Results 1 to 25 of 595

Thread: The Linux Help and Tutorial Thread

Threaded View

  1. #11
    Xtreme Cruncher
    Join Date
    Jan 2009
    Location
    Nashville
    Posts
    4,162
    Added directory navigation and identification commands to first post. cd and pwd


    The command to delete a file is rm. There is no undelete. If you have a file named test in your home directory and you type rm test it is gone. Period. Unless there is an important reason to permanently delete the file just rename it using the mv command.

    To rename file test.cfg to test.cfg.backup
    mv test.cfg test.cfg.backup
    Last edited by PoppaGeek; 11-01-2010 at 01:17 AM.

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •