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...
- 02-12-2008 #1Just 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
- 02-12-2008 #2Just Joined!
- Join Date
- Dec 2007
- Posts
- 9
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
- 02-12-2008 #3Just Joined!
- Join Date
- Sep 2007
- Posts
- 38
thanx wille
thank you very much it seems to work fine


Reply With Quote
