linux修改文件名 2019/08/19 | linux | 评论(0) | 阅读(136) linux下重命名文件或文件夹使用mv既可实现。 例子:①将一个名为abc.txt的文件重命名为1234.txt [root@station90 root]#mv abc.txt 1234.txt