vi /
cd /
cd ../
pwd
ls
ls -a
ls -l
ls -lh
ls -li
ll
mkdir 文件夹名
mkdir -p **/** 递归创建
rm -rf
rm
rmdir **
touch 新建文件