当前位置:网站首页>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
边栏推荐
- After watching the latest interview with big manufacturers, these six JVM interview questions were asked
- rhcsa暑假第二天
- How to ensure data consistency between MySQL and redis?
- Blog Description & message board
- Delivery practice of private PAAS platform based on cloud native
- Luogu p4281 [ahoi2008] emergency gathering / gathering solution
- [c language] custom type (structure ~ enumeration ~ Union)
- Implementation of recommendation system collaborative filtering in spark
- The third question of force deduction -- the longest substring without repeated characters
- 教你三招从让性能从20s优化到500ms
猜你喜欢

panda3d 键盘移动场景

Interviewer: explain the core principle of ThreadLocal

Execution process of NPM run XX

Event cycle mechanism browser nodejs async await execution sequence promise execution sequence interview questions
![[wechat applet] design and interactive implementation of auction product details page (including countdown and real-time update of bids)](/img/01/42de6280191b9c32a7f37d7727bd4f.png)
[wechat applet] design and interactive implementation of auction product details page (including countdown and real-time update of bids)

Implementation principle of epoll

Li Kou 731. My schedule II

Special analysis of data security construction in banking industry

JS common code questions array de duplication - Custom New throttling and anti shake - deep copy - instanceof URL parameter extraction - thousand separator - array to tree structure - array flattening

Redis的三个必知必会的问题
随机推荐
Purpose of setting novice task period in the integral system
H5 new feature domcontentloaded event - custom attribute -async attribute -history interface method - local storage -postmessage
Forwarding and sharing function of wechat applet
300. Longest increasing subsequence
rhce第一天
GDT,LDT,GDTR,LDTR
How to ensure data consistency between MySQL and redis?
JS common code questions array de duplication - Custom New throttling and anti shake - deep copy - instanceof URL parameter extraction - thousand separator - array to tree structure - array flattening
The second day of rhcsa summer vacation
When we talk about immutable infrastructure, what are we talking about
DOM processing in ahooks
龙蜥社区发布首个 Anolis OS 安全指南 为用户业务系统保驾护航
Ownership in rust -- introduction of rust language Xiaobai 11
一篇文章带你读懂Redis的哨兵模式
Go language function
ESWC 2018 | r-gcn: relational data modeling based on graph convolution network
Completed project series Tutorials - smart campus management system
Implementation of recommendation system collaborative filtering in spark
38 lines of PHP code free import database analysis Linux access log
服务器防护的七个建议