You can use the setuid bit to run a particular command as the owner of the executable:
"command" will get run with "someuser" priviledges.# chown someuser command
# chmod u+s command
$ ./command
You can use the setuid bit to run a particular command as the owner of the executable:
"command" will get run with "someuser" priviledges.# chown someuser command
# chmod u+s command
$ ./command
Bookmarks