Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
gentoo and su -c [Solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
newtonian
Guru
Guru


Joined: 19 Jan 2005
Posts: 465
Location: Hokkaido Japan

PostPosted: Wed Jan 26, 2005 5:30 pm    Post subject: gentoo and su -c [Solved] Reply with quote

Hi-

I'm trying to get su -c to work on gentoo. Do I have to do anything special to get commands to run as something other than root?

Here's what I do on a redhat box:
Code:

su -c "find / -name *.c > /dev/null" david


which results in:
Code:


  PID USER     PRI  NI  SIZE  RSS SHARE STAT %CPU %MEM   TIME COMMAND

 1177 david      9   0   628  628   476 D     5.3  0.1   0:00 find



I do the same thing on my gentoo box:



Code:

su -c "find / -iname *.o > /dev/null" david


Here are the results:


Code:


  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
17312 root      25   0  4328  668  508 R 94.7  0.0   0:01.43 find





I'm assuming that it's just a usage problem on my part. Any ideas :?:


Last edited by newtonian on Mon Feb 07, 2005 9:56 pm; edited 2 times in total
Back to top
View user's profile Send private message
hadfield
Retired Dev
Retired Dev


Joined: 18 Mar 2003
Posts: 308
Location: Vancouver, BC, Canada

PostPosted: Wed Jan 26, 2005 5:49 pm    Post subject: Reply with quote

Could be due to different versions of su or something, I'm not really sure though. But does it work as it should if you put the username first like so?
Quote:
su david -c "find / -name *.c > /dev/null"
Back to top
View user's profile Send private message
newtonian
Guru
Guru


Joined: 19 Jan 2005
Posts: 465
Location: Hokkaido Japan

PostPosted: Thu Jan 27, 2005 3:28 pm    Post subject: That did the trick Reply with quote

:D


Wow, That did the trick, thanks!



Cheers,
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum