描述 命令
判断进程是否存在 ps -ef|grep xxxx
杀死进程 kill -9 pid
判断磁盘使用情况 df -vk
判断文件夹中各个文件磁盘使用情况 du -ah xxx
判断当前路径 pwd
文件清单 ll或者ls