![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Using Crontab To Change User Password | OdinPT | UNIX for Dummies Questions & Answers | 2 | 08-28-2007 07:09 AM |
| Can an FTP user change their own password? | LordJezo | UNIX for Dummies Questions & Answers | 2 | 02-27-2007 09:36 AM |
| User password change trace | pmsuper | SUN Solaris | 0 | 04-27-2006 02:13 AM |
| how can I change user name and password , of account ? | umen | SUN Solaris | 5 | 12-22-2005 03:10 PM |
| Change password - User does not exist | ryamada | SUN Solaris | 7 | 10-22-2003 12:13 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
All,
I am unable to change a password for the user called : poller I am logged in as root When I do the following command passwd poller New Password: Permission denied Whe i enter the new password, it gives the above error. When i log in as poller and then execute the command, then the following error is displayed su - poller passwd passwd: Changing password for loader Permission denied It gives an error saying can't change password for another user loader. Why so? And is there any way to find the current password for this user by logging as root. Thanks in Advance, Rahul. |
| Forum Sponsor | ||
|
|
|
|||
|
Yes - Solution found
Yes My server is in the NIS domain and hence the error.
I found one solution from a colleague. passwd -r files poller The above command will change the password. You have to execute this as root. Regards, Rahul |
|||
| Google The UNIX and Linux Forums |