Slashdot Mirror


User: DarwinSurvivor

DarwinSurvivor's activity in the archive.

Stories
0
Comments
2,678
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,678

  1. Re:Feature, not a bug. on GoDaddy Wants Your Root Password · · Score: 1

    Not if you edit the sudoers file (visudo) and only give them permission to run certain commands as root.

  2. Re:Feature, not a bug. on GoDaddy Wants Your Root Password · · Score: 1

    If visudo is "bitching" at you, you obviously don't know enough about the sudoers file to be editing it manually.

  3. Re:Feature, not a bug. on GoDaddy Wants Your Root Password · · Score: 2, Informative

    su simply switches the user, sudo -i actually starts up a new shell (as if you logged in) and parses the .input, etc files and set up the environment variables.