Find the answer to your Linux question:
Results 1 to 3 of 3
can somebody please help me on how to delete swap file kwaslee:/var/lib/named # ls .kwastest.internal.swp above is the swap file i need to remove...
  1. #1
    Just Joined!
    Join Date
    Sep 2007
    Posts
    38

    deleting swap file



    can somebody please help me on how to delete swap file

    kwaslee:/var/lib/named # ls
    .kwastest.internal.swp

    above is the swap file i need to remove

  2. #2
    Just Joined!
    Join Date
    Dec 2007
    Posts
    9

    Smile

    Hello:

    To remove the swap file do:

    rm -f file_name

    If you do not remove it as a regular user, try being root/sudo.

    Thanks.
    --Willie

  3. #3
    Just Joined!
    Join Date
    Sep 2007
    Posts
    38

    thanx wille

    thank you very much it seems to work fine

Posting Permissions

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