If the owner of a Mac hasn't enabled the root account (via NetInfo manager and the usual suspects) then is it possible to successfully execute a sudo'd command to effect root tasks? Why / Why not?
I don't have an unadulterated Mac to test this.
|
feedback
|
|
Yes, Mac OS X allows use of The reason is mainly security. As any *nix veteran will tell you, logging in as | |||||||||||
feedback
|
|
By default, administrative users will be able to use sudo, non-administrative users will not. You can customize this by editing /etc/sudoers if you want to. | |||||
feedback
|
sudois the same one I use to log in. Then again, it may be that long since I set up my Mac and I don't remember enabling root. – Randolph West Jun 2 '11 at 4:25