![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How do i change to super user then revert back to ordinary user ,using shell script? | wrapster | Shell Programming and Scripting | 3 | 06-04-2008 04:11 AM |
| change user id from 200 to 202 | sh_day1 | AIX | 4 | 04-01-2008 04:55 AM |
| User name change? | Jmt | Post Here to Contact Site Administrators and Moderators | 1 | 12-16-2007 01:38 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Help can't change user by su - command!
I can login user by telnet, but I can't change user by su command with same passwd. I have no idea about that, please do me a favour and tell me the config which may be wrong.
Thanks in advance! |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
check out if su is enabled for the user...
|
|
#3
|
|||
|
|||
|
Sure sounds like ol' AIX.
Like the posting before me says. Make sure that this is set. Another user can SU to user [Yes] |
|
#4
|
|||
|
|||
|
it will be worth considering
Are you able to su at all?
run , which su, also see perms on su. . try running su - root Prashant |
|
#5
|
|||
|
|||
|
How to check if su is enabled for a user or not? Is there a command or a way to do that? Thanks very much!
|
|
#6
|
|||
|
|||
|
If you are using sudo ,I can say that sudo would determine who is an authorized user by consulting the file /etc/sudoers.
|
|
#7
|
||||
|
||||
|
Prior to running su, type stty -a and see if any character in the password you are attempting to use has been assigned to erase or kill or something like that.
|
||||
| Google The UNIX and Linux Forums |