当前位置:网站首页>The third day of rhcsa summer vacation
The third day of rhcsa summer vacation
2022-07-25 05:09:00 【Tea maker under the moon】
It's not finished , Make up tomorrow afternoon
1. Soft link and hard link drawing , And the code
2. Explanation of the first level catalogue ( Store what , english )
3. Redirect :
>
>>
2>
2>>
&>
>&
take 1 Redirect to file , take 2 Redirect to 1
take 2 Redirect to file , take 1 Redirect to 2
Redirect files to 0
cat Read content from standard input , Then output to a file
Optional:
cmd >&n Send the output to the file descriptor n
cmd m>&n Output to file symbol m To the file descriptor n
cmd >&- Turn off standard output
cmd <&n Input from file descriptor n
cmd m<&n m From the file descriptor n
cmd <&- Turn off standard input
cmd <&n- Move the input file descriptor n Instead of copying it
cmd >&n- Move the output file descriptor n Instead of copying it
4. create a file , Delete file , Create directory , Delete directory
5.cp command :
Copy file paste rename
Copy files to directory rename
Copy directory to directory
Copy the file to the directory without changing the file properties
mv Use of commands
1. Soft link and hard link drawing , And the code
2. Explanation of the first level catalogue ( Store what , english )
In the root directory bin and sbin,usr In the catalog bin and sbin, All four directories are used to hold system commands . difference :bin All users of the directory can use ,sbin Only root Only users can use .
proc and sys The directory cannot be manipulated directly , These two directories store the mount points of memory
It is not recommended to place customized data in the root directory
3. Redirect :
>
>>
2>
2>>
&>
>&
take 1 Redirect to file , take 2 Redirect to 1
take 2 Redirect to file , take 1 Redirect to 2
Redirect files to 0
cat Read content from standard input , Then output to a file
Optional:
cmd >&n Send the output to the file descriptor n
cmd m>&n Output to file symbol m To the file descriptor n
cmd >&- Turn off standard output
cmd <&n Input from file descriptor n
cmd m<&n m From the file descriptor n
cmd <&- Turn off standard input
cmd <&n- Move the input file descriptor n Instead of copying it
cmd >&n- Move the output file descriptor n Instead of copying it
4. create a file , Delete file , Create directory , Delete directory
create a file

Delete file 
Create directory
Delete directory
5.cp command :
Copy file paste rename
Copy files to directory rename
Copy directory to directory
Copy the file to the directory without changing the file properties
mv Use of commands
边栏推荐
- Leetcode55. Jumping game
- QT download installation tutorial
- MCU experiment record
- Oracle split branches
- Pychart configuration pyqt5
- This low code reporting tool is needed for data analysis
- What is virtual DOM? How to implement a virtual DOM
- [live review] AI customer service "changes according to the situation", and man-machine dialogue can be easier
- 956. Highest billboard pressure DP
- Novel capture practice
猜你喜欢
![[untitled]](/img/6c/df2ebb3e39d1e47b8dd74cfdddbb06.gif)
[untitled]

推荐系统-协同过滤在Spark中的实现

OA and fansoft Bi cross system users, departments and posts synchronous summary
![Introduction to fundamentals of operations research [1]](/img/79/b613bff74a78ad63f202b9e652220d.png)
Introduction to fundamentals of operations research [1]

Introduction to CpG control network

Zhongchuang computing power won the recognition of "2022 technology-based small and medium-sized enterprises"

Pychart configuration pyqt5

If you don't know these 20 classic redis interview questions, don't go to the interview!
![[globally unique ID] how to handle the ID primary key after dividing the database and table?](/img/a1/800ee868b74ce5d98956d4a0e2c075.png)
[globally unique ID] how to handle the ID primary key after dividing the database and table?

Completed project series Tutorials - smart campus management system
随机推荐
Unity LOD
Go language function
Wechat official account all article download links to get
Harbor installation
What is virtual DOM? How to implement a virtual DOM
Why does the official not recommend using UUID as MySQL primary key
Baklib: share some methods about building enterprise knowledge management (km)
300. Longest increasing subsequence
[wechat applet] design and interactive implementation of auction product details page (including countdown and real-time update of bids)
Gbase JDBC connection database exception
Interviewer: explain the core principle of ThreadLocal
Nexttick principle analysis
Performance Optimization: how to solve the slow loading speed of the first screen of spa single page application?
STM32 development note 117: generate IIR low-pass filter coefficients using MATLAB
The third question of force deduction -- the longest substring without repeated characters
After watching the latest interview with big manufacturers, these six JVM interview questions were asked
China trifluoroethanol industry research and investment forecast report (2022 Edition)
1310_一个printf的实现分析
基环树入门
[small program practice] first day