I lost a root password and i need to give it, I treid to
change it through single usermode even though i am not get
a password, then what is the other procedure to give a root
password?
Answer Posted / kvenkat
Login into single user mode and try below things:
1. passswd [ Change Password for root ]
2. rm -rf /etc/nologin
3. remove any "nologin" shell for root user in /etc/passwd file
4. chage -l root then chage -E root
5. passwd -u root
6. chattr -i /etc/passwd /etc/shadow
7. chmod 600 /etc/securetty
8. vim /etc/rc.local --> then remove any line like say "
/etc/nplogin "
9. chsh root [ /bin/bash ]
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain about lprm job number?
What does r mean linux?
State and explain about features of UNIX?
What is a make target?
How do you clear the screen in linux?
What is the best cpu stress test?
Where can I find bash in linux?
The ‘logout’ built in command is used to
What does pwd mean in linux?
How do I run a command in linux?
How do you save a file in linux?
What does && mean in linux?
Explain the ‘ls’ command in linux
What is grep command?
Which command is used to clear the screen?