使用mv a b 就可以重命名了
// mv:move移动文件(延伸功能:重命名。linux系统没有专门的重命名命名) // 基本格式 mv filename newname
转载至:https://blog.csdn.net/id19870510/article/details/5701227