linux命令行总结给自己看的版本

复制

cp -r /src /dst

查看硬盘容量

df -h

重命名:

mv /原来的 /现在的

原文地址:https://www.cnblogs.com/QingHuan/p/6863582.html