command for moving files in linux code example
Example: command for moving files in linux
#mv filename destinationpath
#for example:
#moves a file named book from its original locations to the Desktop.
mv book /home/kali/Desktop
#mv filename destinationpath
#for example:
#moves a file named book from its original locations to the Desktop.
mv book /home/kali/Desktop