I have a script that I want some regular users to run. It goes as follows:
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><pre><font size=1 face=courier>
#/bin/sh
/usr/shared/nvram boot-device=hd:,\\:tbxi
</font>[/code]
Obviously to change the startup disk.
It won't work due to permission problems (duh) so...
I think I need to use the sudoers file or something to give all users the ability to use that command, but that command only. Can anyone explain how to go about doing that.