Re: Statler Default Users Setup.
"root" and "sudo" are nothing more or less than optional security tools. Whichever option is the default, some users will change it. sudo is an option available to all Debian users, so I don't know how you can say "sudo is not the Debian way." There are pros and cons to either method; saying that one is "better" than the other is a statement of opinion.
#! has always used sudo, so I am of the "ain't broke, don't fix it" mentality.
I am so used to sudo from 2 years of heavy #! use that I don't even give it a second thought.
I don't know if what you have put in quotes mean i told that, because i didn't, and if that was what you understood, you misunderstood it. I actually explained in the first post what i meant by the debian way. But i'll try to explain it better:
What you get after a StatlerA2/ubuntu default install:
one normal (restricted/unprivileged) user. The normal user is created with complete sudo privileges, meaning that the user can execute any administrative task always the command is prefixed by sudo/gksudo and the user's password is provided.
What you get after a DebianSqueeze (and most linux/unix-like systems) default install (what i meant by debian way):
one root account (all privileges)
one normal user account (restricted/unprivileged user)
sudo is installed but the normal user created is not in the sudoers list (meaning it can't use sudo/gksudo, any command executed with sudo/gksudo by this user will be replied with 'you're not in the sudoers list' message, so to execute any administrative task, they must be executed by the root user, and you can do that with the 'su' or 'gksu' commands and the root password)
aka aaro2011 at Deviantart