I have a bash
script that needs to run with root privileges, but must be invoked by the normal user.
Difficult part is that the script should not ask for a password, and I don't want to use the sudoers file. I'd like to avoid using sudo or su.
Is this possible?