<<
<<
<< I dont have enough experience to comment on powerusers.
The root user can do what he wants. The Admin user can do what he wants. Both have total control over the OS. Both can delete or modify any file they want to. Thats a bad power to have when you screw up. >>
Hrmmm... I guess I just don't see it that way because in windows, the Administrator doesn't have total power. You cannot delete any file, or any folder. There are ALOT of places within the operating system that are kept secret from you. Whereas with root, you can essentially do anything you want, and if you run into a permission error, a simply chmod 777 will do the trick... >>
deltree *.* That wont work? >>
heh, that'll work, but it wont delete every file, as rm -rf /* would do. also, admin in windows cant kill any process he wants, cant view/delete certain files, and other crap i cant think of.
also keep in mind, that if a regular user in windows did deltree c:\*.*, it would most likely cause a whole bunch of problems that would require a reinstall anyways...never done it, but i would bet money on it..