How to move folders in Linux
Linux210
description
In linux, you can quickly move folders through the command line mv, or you can modify the folder name through mv
In the example we move the testdir1 folder into testuser1
command
mv testdir1 testuser1
parameter
mv : move (rename) files