PDA

View Full Version : How to Rename Move or Change Linux Directory Files or Folders


SharkSpace
02-08-2007, 12:08 PM
Login to shell and run:

Move a file:

mv /startinglocation/filename.html /newlocation/filename.html

How to rename a file:

mv old_file_name.html new_file_name.html