[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] unable to remove file
- Subject: [cobalt-users] unable to remove file
- From: "Rick" <rick@xxxxxxxxxxxx>
- Date: Sat Jul 6 19:31:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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