Perintah untuk memindahkan file di Linux

#mv filename destinationpath
#for example:
#moves a file named book from its original locations to the Desktop.
mv book /home/kali/Desktop
VinCoD