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
What the command used for list the contents of your home directory, current directory and all subdirectories?
How often do you use grep command and how in Linux operating system?
What does curl command do in linux?
How can we increase disk read performance in single command?
What is gnu in linux?
What does the command env do?
If we transfer 100 files by ftp to remote server, how to know the files are successfully transfer or some file are not transferred?
How do you execute more than one command or program from a single command line entry?
What is ls command and what it does?
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?
What does the ps command do in linux?
What signal is ctrl c?
why is the tar command used?
Is llvm a virtual machine?
How do you run a command for a limited time?