当前位置:网站首页>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
边栏推荐
- Take you hand in hand to develop a service monitoring component
- Iterator details in list... Interview pits
- SAP self-development records user login logs and other information
- Implementing Yang Hui triangle with cyclic queue C language
- PIP command reports an error pip is configured with locations that requires tls/ssl problems
- Principle of universal gbase high availability synchronization tool in Nanjing University
- [superhard core] is the core technology of redis
- Redis highly available slice cluster
- Ecplise development environment configuration and simple web project construction
- Get the variable address of structure member in C language
猜你喜欢

ActiveMQ installation and deployment simple configuration (personal test)

Redis highly available sentinel cluster

Keras implements verification code identification

Taobao flag insertion remarks | logistics delivery interface

Super efficient! The secret of swagger Yapi

Taobao order amount check error, avoid capital loss API

Compilation principle reading notes (1/12)

Transactions from December 29, 2021 to January 4, 2022

深度长文探讨Join运算的简化和提速

前几年外包干了四年,秋招感觉人生就这样了..
随机推荐
Distributed solution - Comprehensive decryption of distributed task scheduling platform - xxljob scheduling center cluster
由扫地增而引起的小叙
PIP command reports an error pip is configured with locations that requires tls/ssl problems
激动人心!2022开放原子全球开源峰会报名火热开启!
Sqoop import and export operation
Laravel文档阅读笔记-mews/captcha的使用(验证码功能)
Taobao short videos are automatically released in batches without manual RPA open source
Array cyclic shift problem
Redis highly available sentinel mechanism
Principle of universal gbase high availability synchronization tool in Nanjing University
C language structure is initialized as a function parameter
JDBC -- use JDBC connection to operate MySQL database
Simply take stock reading notes (1/8)
Tips and tricks of image segmentation summarized from 39 Kabul competitions
GPON technical standard analysis I
Using MySQL in docker
Transactions from December 27 to 28, 2021
SAP self-development records user login logs and other information
我在滴滴做开源
Resnet+attention project complete code learning