当前位置:网站首页>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
边栏推荐
- SAP self-development records user login logs and other information
- Comprehensive upgrade of Taobao short video photosynthetic platform
- 前几年外包干了四年,秋招感觉人生就这样了..
- 【Nacos云原生】阅读源码第一步,本地启动Nacos
- Common commands and basic operations of Apache Phoenix
- Using docker for MySQL 8.0 master-slave configuration
- Taobao, pinduoduo, jd.com, Doudian order & Flag insertion remarks API solution
- 从39个kaggle竞赛中总结出来的图像分割的Tips和Tricks
- Transactions on December 23, 2021
- Summary of C language learning problems (VS)
猜你喜欢
Summary of C language learning problems (VS)
Anaconda creates a virtual environment and installs pytorch
Compilation principle reading notes (1/12)
Simply take stock reading notes (4/8)
ActiveMQ installation and deployment simple configuration (personal test)
Storage Basics
你的下一台电脑何必是电脑,探索不一样的远程操作
Pinduoduo flag insertion remarks API
我在滴滴做开源
Tips and tricks of image segmentation summarized from 39 Kabul competitions
随机推荐
超高效!Swagger-Yapi的秘密
Making and using the cutting tool of TTF font library
以VMware创新之道,重塑多云产品力
SAP self-development records user login logs and other information
#yyds干货盘点#js截取文件后缀名
JDBC -- use JDBC connection to operate MySQL database
非技术部门,如何参与 DevOps?
ZABBIX agent2 installation
SAP 自开发记录用户登录日志等信息
Pytoch monolayer bidirectional_ LSTM implements MNIST and fashionmnist data classification
NLP engineer learning summary and index
Pytoch implements tf Functions of the gather() function
Database connection pool & jdbctemplate
Clear neo4j database data
Taobao flag insertion remarks | logistics delivery interface
Add a new cloud disk to Huawei virtual machine
Distributed solution - distributed session consistency problem
Transactions from January 14 to 19, 2022
Implementing Yang Hui triangle with cyclic queue C language
Introduction to relational model theory