centos Moving a file from one location to another code example
Example 1: linux command to move a file to another directory
mv filename directoryname
Example 2: command line move file
mv file.txt ~/Desktop/Folder
mv filename directoryname
mv file.txt ~/Desktop/Folder