cp – to copy file
-a : archive : to copy file with all the attributes
-i : intercative : before copying ask the user for confirmation
-r : recursive : copies directories and their content. This or (-a) is
required when coping the directories.
-u : update : to copy file that are different that don’t exist or any
other newer files.
-v : verbose : display the messages while the copy is performed.
mv : to move or rename the directory of file, options available for
this are: -i , -r , -u , -v
rm : to remove the file or directory, options available are: - I, -f, -r, -v
WORKING WITH THE COMMANDS