LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Super User (https://www.linuxquestions.org/questions/linux-newbie-8/super-user-23631/)

boyinfrance 06-17-2002 12:03 PM

Super User
 
This is probably a stupid question, but anyway.

I'd like to make a little icon to link to an application which has to be run as root but clicked from a user's window. I can do it in the terminal but would like to make a shortcut to it.

i.e.

I'd like to change


[user@anything] $ su
password: *******************
[user@anything] $ /programme/to/execute

dorward 06-17-2002 12:07 PM

You'll need a graphical su program (I think ksu is one), read the man page for that program to find out how to pass programs to it.

I imagine it would be something like "ksu -c 'krpm'"


All times are GMT -5. The time now is 11:55 PM.