1、cd change directory
2、cd ~USERNAME切换至另一个用户名下
. :当前目录
..:当前目录的父目录
cd ../..上上层
cd - 与上一目录切换 echo $PWD 与echo $OLDPWD相互切换
file
mkdir
rm