Results 1 to 3 of 3
So I'm having an odd behavior. I'm logged in as root. I can sudo in to any other proxy user except my oracle user. When I try to sudo in ...
- 07-13-2010 #1Just Joined!
- Join Date
- Jun 2010
- Posts
- 6
Cannot sudo su - to a proxy user even as root!
So I'm having an odd behavior. I'm logged in as root. I can sudo in to any other proxy user except my oracle user. When I try to sudo in I get :
sudo su: incorrect password.
I don't get this with any other user. Does anybody have any ideas as what to check or how to fix?
- 07-13-2010 #2
If you are already root, then you dont need sudo to become another user.
And the reason, why you cant become the user oracle might be, because it has no valid shell?You must always face the curtain with a bow.
- 07-13-2010 #3
What do you get, if you run this as root?
Code:su -s /bin/bash - oracle
You must always face the curtain with a bow.


Reply With Quote
