答:

mv  a.txt   b.txt   将a重命名为b

mv  a.txt   b文件件  :  把a.txt移动到文件夹b里

mv  a.txt   b/b.txt  :  把a.txt移动到文件夹b里名字改成b.txt