在Ubuntu中,可通過圖形界面和命令行兩種方式便捷移動文件:
mv
mv source destination
mv file.txt /path/to/newlocation/
-i
mv -i file.txt /path/to/newlocation/