LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   changing password (https://www.linuxquestions.org/questions/linux-newbie-8/changing-password-4175446176/)

yashfire007 01-18-2013 07:00 AM

changing password
 
How to change a passwod in linux by command..
Especially root password.

druuna 01-18-2013 07:03 AM

Quote:

Originally Posted by yashfire007 (Post 4872852)
How to change a passwod in linux by command..
Especially root password.

In general:
Code:

passwd username
If you are logged in as that user the username can be omitted.

root specific: become root user and run passwd to change root's password.


All times are GMT -5. The time now is 07:29 PM.