Windows 98 style permissions
I got a message from a friend about problem with the Fedora Core on his laptop that I have had installed. Seems like he has had switched to using FC3 continously for a week or so. Apparently he wanted to give permission to "root" group to be able to write in all files and directories, the same as "root" user. So he ran the commands:
> cd /
> chmod -R g+w
...
And it was after he started getting tons of error messages that I was notified. Reminded me of an old Unix word of wisdom I had heard, saying that one of the worst thing you can do to a Unix hacker you have got root access thing is to do chmod -R a+rwx /. And I thought to myself, that's indeed what Windows 98 family of products look like...