在Ubuntu中,可通过图形界面和命令行两种方式便捷移动文件:
mv
mv source destination
mv file.txt /path/to/newlocation/
-i
mv -i file.txt /path/to/newlocation/