1. cd
cd /root/Documents
cd ./path
cd ../path
2. ls
ls -l 列出长数据串,包含文件的属性与权限数据等
ls -a 列出全部文件,连同隐藏文件一同列出来
ls -d 列出目录本身
ls -h 列出文件容量
ls - R 连同子目录一起递归列出
3.
1. cd
cd /root/Documents
cd ./path
cd ../path
2. ls
ls -l 列出长数据串,包含文件的属性与权限数据等
ls -a 列出全部文件,连同隐藏文件一同列出来
ls -d 列出目录本身
ls -h 列出文件容量
ls - R 连同子目录一起递归列出
3.