Results 1 to 10 of 11
Hi all,
can you please let me know how to deleted files from the linux system permanently?
i am working in terminal and even on doing rm or unlink disc ...
- 05-11-2007 #1Just Joined!
- Join Date
- May 2007
- Posts
- 6
data deletion from linux system
Hi all,
can you please let me know how to deleted files from the linux system permanently?
i am working in terminal and even on doing rm or unlink disc space is not freed...
also please let me know which are the log files and temporary files that can be deleted safely...
please help...
thanks in advance
richa
- 05-11-2007 #2Just Joined!
- Join Date
- May 2007
- Location
- In a city called Chennai in India
- Posts
- 17
Deleting...
Hi,
As far as deleting is concerned, say, if you are rightclicking & deleting from the GUI mode, it will be sent to the Trash.
If you are deleting from Console/Terminal/Shell prompt (however you may call it).... use "rm -rf <name of folder>" where "-rf" is for Recursive & Force respectively.
Generally, if you would like to get some space, and if you are thinking about deleting those log files or temporary files, those would not occupy much of space at all for it to contribute a gud difference in releiving space for u. Anyways, if you would like, all the temporary files, most of it all would be inside the "/tmp" directory and the log files, will generally be in "/var" or sometimes in the same location as other files too, with extension ".log" etc..
Regards
Visu
- 05-11-2007 #3'rm' deletes files permanently and should increase size of free space.am working in terminal and even on doing rm or unlink disc space is not freed...
also please let me know which are the log files and temporary files that can be deleted safely...
you can delete cache of browser and yum.
you have to delete browser's cahce manually.Code:yum clean cache
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-11-2007 #4Just Joined!
- Join Date
- May 2007
- Posts
- 6
I have tried rm -rf still there is no free space. i am working in debian .Moreover it is not recognising yum command
plz help.
richa
- 05-11-2007 #5Linux Enthusiast
- Join Date
- Oct 2004
- Posts
- 609
- 05-11-2007 #6
Debian does not use YUM, it uses apt. You can try
Code:#apt-get clean
- 05-11-2007 #7Just Joined!
- Join Date
- May 2007
- Posts
- 6
I want some free available space in debian as it is showing 0 space. Wht to do??
- 05-11-2007 #8
execute this
post the output of 'df -h' command.Code:su apt-get clean all
Edit: thanx RedMan for moving this thread. i suggested 'yum clean cache' earlier coz thread was in Red Hat/Fedora Forum.It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 05-16-2007 #9Just Joined!
- Join Date
- May 2007
- Posts
- 6
hi again
i am not geting any solution for this problem i.e. no available /free space to execute the program.I working in Debian over vmware installed on linux fedora core.
plzz help.
- 05-16-2007 #10
post the output of 'df -h' command here.
did you execute 'apr-get clean' command?It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote

