[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: flash22@xxxxxxx
- Date: Sat Jul 6 22:09:00 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
On Sun, 7 Jul 2002, Rick wrote:
> Hey,
> wouldnt rm -fr * reck my system ?
Yup, sure will, as a joke, it's not funny, seen too many poor slobs do
just that on irc and wipe out their machines.
[Which is why telling people to do such things on several linux irc groups
is an automatic kick/ban]
> > [root /root]# rm /proc/ksyms
> > rm: cannot unlink `/proc/ksyms': Operation not permitted
You can't remove things in /proc, they are all make believe files
ksyms is the list of current kernel symbols...
If you are truely bored, try cat /proc/ksyms
[No, it won't hurt anything]
...
Um, *why* are you trying to remove them? Making disk space? They don't use
any you know...
gsh