Em Qua 14 Mar 2007, eng.waleed escreveu: > hi > my hard is full and when I try delete from it proc/kcore > I can't > [root@MAIL ~]# rm -rf /proc/kcore > rm: cannot remove `/proc/kcore': Operation not permitted > BR This file, along with all others in /proc, are not saved in your disk. The /proc filesystem exists only in RAM. The "files" in it contain information about the system and the running processes. This file you have tried to erase represents the contents of the RAM of your computer. []'s Marcelo