Commande pour le déplacement des fichiers dans Linux

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