当前位置:网站首页>RHCSA3
RHCSA3
2022-07-05 12:50:00 【Grey rain】
Linux Directory structure
bin,sbin
The directory where the command is executed , Commands are actually executable files
bin All can be executed ,sbin Yes root Can be executed
boot Catalog
Where the operating system stores startup files , Loading kernel
dev command
Hardware files of the operating system
For example, disk.
sdxx vdxx
ect Catalog
Store operating system configuration files and installed third-party files
It's very important
home Catalog
Home directory
Directory of the current user , The current user can have full permissions
root The user's home directory is root
run Catalog
It can be considered as a virtual directory
Runtime content
In memory , No disk space
tmp Catalog
Temporary file directory
file 10 If you don't visit it for days, it will be deleted
usr Catalog
Is a static directory
var Catalog
Is a dynamic directory ,log It's just var Next
Relative path and absolute path
Absolute path : Path starting with root
Relative paths : A path that does not start with the root directory
pwd Print current working directory
./ Represents the current directory
…/ Indicates the parent directory
cd Toggle directory ( Home catalog )
cd / Switch back to the parent directory
Use touch,cp,mv,rm Management document
touch Create a file
touch a b c
mkdir Create directory
-p Multilevel creation mkdir -p /aaa/bbb/ccc
cp Copy
cp Source The goal is
There can be multiple sources , There can only be one goal
mv Moving files
mv Source The goal is
You can change your name mv a b
There can be multiple sources , There can only be one goal
rm Delete file
root use rm There will be hints. , It can be used rm -rf
rm a b c To delete multiple
-r Can be used to delete directories
-f force delete
rm -rf / ( Do not use )
rmdir Delete empty directory , Cannot be used to delete non empty directories
Hard link and soft link
ln Connection command
-s Create a soft connection , It's like a shortcut , Delete source file , Soft connection failure
ln Source file Hard links Equivalent to replication , Delete source file , Hard links do not fail
The principle of hard link is inode File name is added in ,inode use ls -i see
Empathy ,linux Deleting a file is deleting inode
Source file inode Do not point to soft connection file , Redistribution inode
Use shell Expand the matching file
~ Represents the home directory of the current user
ls ~
Braces use
Usually used when creating
touch {x,y,z}
touch {1…5} establish 1-5 Of 5 File
touch file{1,2}{a,b} establish 1a,2a,1b,2b
Variable $
for example :echo time is $(date)
Custom variable
Variable = what
echo $ Variable
notes #
ctrl+l Clear the screen
边栏推荐
- PIP command reports an error pip is configured with locations that requires tls/ssl problems
- jxl笔记
- insmod 提示 Invalid module format
- 【Nacos云原生】阅读源码第一步,本地启动Nacos
- 滴滴开源DELTA:AI开发者可轻松训练自然语言模型
- Transactions on December 23, 2021
- Leetcode-1. Sum of two numbers (Application of hash table)
- Hexadecimal conversion summary
- Transactions from December 27 to 28, 2021
- Learning items
猜你喜欢
激动人心!2022开放原子全球开源峰会报名火热开启!
stirring! 2022 open atom global open source summit registration is hot!
JDBC -- use JDBC connection to operate MySQL database
Redis highly available sentinel cluster
Redis highly available slice cluster
JSON parsing error special character processing (really speechless... Troubleshooting for a long time)
滴滴开源DELTA:AI开发者可轻松训练自然语言模型
Pytoch loads the initialization V3 pre training model and reports an error
10 minute fitness method reading notes (5/5)
HiEngine:可媲美本地的云原生内存数据库引擎
随机推荐
由扫地增而引起的小叙
Notes for preparation of information system project manager --- information knowledge
Pinduoduo flag insertion remarks API
insmod 提示 Invalid module format
从39个kaggle竞赛中总结出来的图像分割的Tips和Tricks
View and terminate the executing thread in MySQL
【云原生】Nacos-TaskManager 任务管理的使用
实战模拟│JWT 登录认证
Full text search of MySQL
JSON parsing error special character processing (really speechless... Troubleshooting for a long time)
以VMware创新之道,重塑多云产品力
C language structure is initialized as a function parameter
Anaconda creates a virtual environment and installs pytorch
I met Tencent in the morning and took out 38K, which showed me the basic smallpox
【云原生】Nacos中的事件发布与订阅--观察者模式
Simply take stock reading notes (2/8)
Language model
前几年外包干了四年,秋招感觉人生就这样了..
ActiveMQ installation and deployment simple configuration (personal test)
DNS的原理介绍