在终端的一些shell命令:
reboot 重启
cd(change the current directory to dir)为改变位置
mkdir(make directory)为创建文件夹
touch为创建文件以及调整时间戳
ls(list directory contents)为遍历
rm为(remove)删除文件
rm -r可以删除文件夹
cd…可以返回上一地址
pwd(print working directory)为查看当前地址