Linux File Management - Theme 2

2.1 switch, create and delete

cd
pwd
.
..
mkdir -p create directory

2.2 List files and file attributes

LS
-a (All)
-l details


-r read permission
-w write permission
-x execution
may then be viewed
-rwx => nboocer
RX => dependent nboocer user group a user
r-- => Other users can only read

2.3 Copy, Cut, Delete

2.4 link text

Guess you like

Origin www.cnblogs.com/cznczai/p/11258012.html