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

[cobalt-users] unable to remove file



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]# 


Regards,
Rick