在Ubuntu命令行中为文件改名用mv命令
Ubuntu中文件改名命令是mv
例如:mv file1.php file2.php
将文件file1.php改名为file2.php
这个命令也可以用来移动文件。一个命令,多种用途。