SteveG wrote:
marcus0263 wrote:
Use ssh, create your main user, put them in the "wheel" group, disable root access and use ssh only to access your box. Then when you need to do root functions just "su - root".
Ah, nice to see an old-school unix head.

The more modern version would be "Use ssh, create your main user, and add them to /etc/sudoers, using 'visudo', after reading the sudo and sudoers man pages." Some advantages (IMO) of sudo over su: better control of environment, you enter *your* password, not roots, the password is cached for a little while, and less flakiness in the syntax for invoking commands.
Personally I prefer not using sudo. If you need to conduct root functions just do it as root in root's environment, why add another layer to worry about ya know
I know sudo is popular and a lot of people use it on their desktop. But this also let's people us the GUI for root functions
Anyway, yeah I'm old school hell I at work on my corp workstation I use vi as my text editor
