如何在 Linux 中移动文件夹
Linux36
description
在linux中可以通过命令行mv快速移动文件夹,也可以通过mv修改文件夹名
示例中我们将testdir1文件夹移动到testuser1中
command
mv testdir1 testuser1
parameter
mv :移动(重命名)文件
在linux中可以通过命令行mv快速移动文件夹,也可以通过mv修改文件夹名
示例中我们将testdir1文件夹移动到testuser1中
mv testdir1 testuser1
mv :移动(重命名)文件
I hope to help every developer quickly find the commands they need. Of course, you can also add your own commonly used commands for easy searching.