MV命令详解:
mv source_file(文件) target_file(文件) 将源文件名 source_file 改为目标文件名 target_file
mv source_file(文件) target_file(目录) 将文件 source_file 移动到目标目录 target_file中
mv source_directory(目录) target_file(目录) 目录名 target_file已存在,将 source_directory 移动到目录名 target_file中;目录名 target_file不存在则 source_directory 改名为目录名 target_file