Does anyone know how to allow a user to execute a shellscript as root?
For example:
Let's have a file
chillida:/export/home/cesar>ls -al pp
-rw------- 1 root other 11 Feb 17 10:35 pp
chillida:/export/home/cesar>ls -al kk
-rwsrwsrwx 1 cesar other 8 Feb 17 10:35 kk
$ cat kk
more pp
Then, why cesar:other is not allow to execute kk ?
$ ./kk
pp: Permission denied
Cesar