ls 显示目录
    watch nl “ls -l file”
    实时查看这个文件
    cd
    切换工作目录
    pwd
    显示当前工作目录
    mkdir
    创建目录
    rm 删除
    cp 拷贝
    mv 移动
    touch 创建文件