I've got some scripts that run when a person logs in and out of kde and the permissions for the commands in the shell scripts require root privileges.
I've tried setting the UID flag (the owner of the files is root), but then when i run the scripts as another user, it says permission denied for every command in the script that needs root access.
Any help would be greatly appreciated! I need to have these scripts be able to run for other users.
I've tried setting the UID flag (the owner of the files is root), but then when i run the scripts as another user, it says permission denied for every command in the script that needs root access.
Any help would be greatly appreciated! I need to have these scripts be able to run for other users.
Comment