This is a frequently used command that you might find helpful:

To move file.html file from /home/john to /home/sandy:
Code/Command:
mv /home/john/file.html /home/sandy/index.html



To rename old_file.html to new_file.html
Code/Command:
mv old_file.html new_file.html