当前位置:网站首页>rhcsa暑假第三天
rhcsa暑假第三天
2022-07-25 04:54:00 【月下煮茶人】
还没写完,明天下午补写
1.软链接和硬链接画图,以及代码
2.一级目录的解释(存储什么东西,英文)
3.重定向:
>
>>
2>
2>>
&>
>&
将1重定向到文件,将2重定向到1
将2重定向到文件,将1重定向到2
将文件重定向到0
cat从标准输入读取内容,然后输出到文件中
Optional:
cmd >&n 把输出送到文件描述符n
cmd m>&n 把输出到文件符m的信息重定向到文件描述符n
cmd >&- 关闭标准输出
cmd <&n 输入来自文件描述符n
cmd m<&n m来自文件描述符n
cmd <&- 关闭标准输入
cmd <&n- 移动输入文件描述符n而非复制它
cmd >&n- 移动输出文件描述符 n而非复制它
4.创建文件,删除文件,创建目录,删除目录
5.cp命令:
复制文件粘贴重命名
复制文件到目录重命名
复制目录到目录
复制文件到目录且不改变文件属性
mv命令的使用
1.软链接和硬链接画图,以及代码
2.一级目录的解释(存储什么东西,英文)
根目录下的bin和sbin,usr目录下的bin和sbin,这四个目录都是用来保存系统命令的。区别:bin目录的所有用户都可以使用,sbin只有root用户才能够使用。
proc和sys目录不能直接操作,这两个目录保存的是内存的挂载点
根目录不建议放置自定义的数据
3.重定向:
>
>>
2>
2>>
&>
>&
将1重定向到文件,将2重定向到1
将2重定向到文件,将1重定向到2
将文件重定向到0
cat从标准输入读取内容,然后输出到文件中
Optional:
cmd >&n 把输出送到文件描述符n
cmd m>&n 把输出到文件符m的信息重定向到文件描述符n
cmd >&- 关闭标准输出
cmd <&n 输入来自文件描述符n
cmd m<&n m来自文件描述符n
cmd <&- 关闭标准输入
cmd <&n- 移动输入文件描述符n而非复制它
cmd >&n- 移动输出文件描述符 n而非复制它
4.创建文件,删除文件,创建目录,删除目录
创建文件

删除文件
创建目录
删除目录
5.cp命令:
复制文件粘贴重命名
复制文件到目录重命名
复制目录到目录
复制文件到目录且不改变文件属性
mv命令的使用
边栏推荐
- ES6 -- Methods and extensions of array objects, traversal of arrays, and extension methods of strings
- 【微信小程序】拍卖商品详情页设计与交互实现(包含倒计时、实时更新出价)
- 市场的调节
- [sht30 temperature and humidity display based on STM32F103]
- Thinking from the perspective of Aya
- 【基于stm32f103的SHT30温湿度显示】
- [untitled]
- How to get the database creation time?
- When we talk about immutable infrastructure, what are we talking about
- How to merge cells in a table by markdown
猜你喜欢

The 6th "Blue Hat Cup" National College Students' Cyber Security Skills Competition writeup
![[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?

Detailed explanation of security authentication of mongodb

基于云原生的私有化 PaaS 平台交付实践

Implementation of recommendation system collaborative filtering in spark

Li Kou 731. My schedule II

Getting started with scratch

The interviewer asked MySQL transactions, locks and mvcc at one go. I

Permanent magnet synchronous motor 36 question (1) -- what is the difference between salient pole motor and salient pole motor?

Leetcode55. Jumping game
随机推荐
Perspective
[untitled]
I will write some Q & A blogs recently, mainly focusing on the points that are easy to have doubts.
Tiny-emitter.js: a small event subscription and Publishing Library
Your technical leader doesn't understand this? Without it, there is no complete thinking process of design
Get the parameters of the browser address bar
Small case of data analysis: visualize recruitment data and view the most needed technologies in the field~
如何判断是否遭到DDOS攻击
China trifluoroethanol industry research and investment forecast report (2022 Edition)
MySQL -- index and transaction isolation level
ESWC 2018 | r-gcn: relational data modeling based on graph convolution network
Analysis of lottery winning numbers in history
Luogu p4281 [ahoi2008] emergency gathering / gathering solution
今天很重要
How to transfer NFT metadata from IPFs to smart contracts
[wechat applet] design and interactive implementation of auction product details page (including countdown and real-time update of bids)
数据湖(十六):Structured Streaming实时写入Iceberg
【浅析STM32之GPIO寄存器(CRL/CRH)配置 】
When image component in wechat applet is used as background picture
MCU experiment record