mv – renames and move files
Format mv [options] source directory
Eg: mv –f file1 /data/
Here it moves the file1 to the directory /data evenif the file1 exists in data.
Eg2: mv /data1/ /data2/
Here it moves the directory data1 into the directory data2
