linux文件夹重命名
转载自:https://www.cnblogs.com/Hackerman/p/16057228.html
======================
通过mv命令来对一个文件夹进行重命名,把一个文件夹的名字换成新的名字。
[root@sharplee creatfile]# mv -i test test2
转载自:https://www.cnblogs.com/Hackerman/p/16057228.html
======================
通过mv命令来对一个文件夹进行重命名,把一个文件夹的名字换成新的名字。
[root@sharplee creatfile]# mv -i test test2