What should I type on the Mac OS X terminal to run a script as root?
A:
sudo ./scriptname
sudo bash will basically switch you over to running a shell as root, although it's probably best to stay as su as little as possible.
Dana
2008-09-16 17:32:43
A:
In order for sudo to work the way everyone suggest, you need to be in the admin
group.
jackrabbit
2008-09-16 17:49:29