Results 1 to 9 of 9
I know I can run kdesu to run apps as root but what if i have an app installed as a different user. I don't want to run it as ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-07-2004 #1
running as a different user
I know I can run kdesu to run apps as root but what if i have an app installed as a different user. I don't want to run it as root I want to run it as a different user.
Synopsis:
I am running crossover office with office 2k pro as a school based user. but I wanted to access it as a work based user. I ran kdesu and it accessed it as root but it wanted me to install it as root. I want to just run it not install it for every instance on my machine. Is this even possible?
MikeSome people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
- 12-07-2004 #2all right thereCode:
kdesu --help
-lakerdonald
- 12-07-2004 #3Linux Newbie
- Join Date
- Jul 2004
- Location
- Oklahoma City, OK
- Posts
- 232
Contrary to popular belief, su does not mean superuser. It means switch user.
Using the su command, you can give a terminal or console any users privilege. When you issue the su command without a username, the shell assumes root. However, you can also:
That terminal now belongs to user donna and any command will be issued with her privileges.Code:james@stargate~$su donna Password: donna@stargate~$
OH NOOOOO!!!!!! You did it the way I said?
- 12-07-2004 #4I realize that, but what I want to run will not run in a command line. So My question is how do I do it if I want to run a gui app?
Originally Posted by U-Turn Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
- 12-07-2004 #5Linux Engineer
- Join Date
- Oct 2004
- Location
- Vancouver
- Posts
- 1,366
Not sure, and I'm sure you tried this, but can you chmod to give it execute priveleges to all users?
- 12-07-2004 #6Linux Newbie
- Join Date
- Jul 2004
- Location
- Oklahoma City, OK
- Posts
- 232
Sorry. I wasn't thinking. To do what I suggested requires PAM. PAM isn't included in a stock Slackware install. I use Dropline GNOME and therefore have PAM installed.
OH NOOOOO!!!!!! You did it the way I said?
- 12-07-2004 #7
i told you to rtfm:
it says it right there.Code:kdesu --help
-lakerdonald
- 12-07-2004 #8OK, Lakerdonald "stop dropping bricks" I got it! hehe
Originally Posted by lakerdonald
kdesu -u <username>
worked great thanks
Mike
Some people have told me they don't think a fat penguin really embodies the grace of Linux, which just tells me they have never seen a angry penguin charging at them in excess of 100mph. They'd be a lot more careful about what they say if they had.
-- Linus Torvalds
- 12-07-2004 #9
congrats


Reply With Quote
