How to brk the root pwd?
Answers were Sorted based on User's Feedback
Answer / jk biswal
its not in /etc/passwd file its in /etc/shodow file
| Is This Answer Correct ? | 8 Yes | 2 No |
Answer / chowdary
boot the server into single user mode inserting cdrom.
ok>boot cdrom -s
#pwd
/tmp/root
now mount the root filesystem temporarily
#mkdir abc
#mount /dev/dsk/c1t0d0s0 /tmp/root/abc
#cd abc
#pwd
/tmp/root/abc
#cd etc
#vi shadow
delete the encrypted password of root,
now reboot the system.
#init 6
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / nikil
boot into single user mode by using CD-ROM
Mount the root file system with temporary mount point /a.
/a/rootfile system path.
cd /a/etc/passwd
remove encrypted passwd save that file.
boot the server
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / ansu
boot the system form cdrom with single user mode
ok>boot cdrom -s
mount the root fs wiht /a mount point
mount /dev/dsk/c0t0d0s0 /a
vi /etc/shadow
remove the password field for root
init 6
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / durgesh srivastava
using failsafe mode
open a file vi /etc/shadow
edit a coloum no 2 his coloum is passwd information
using vi mode erase a passwd and ctrl+z save this file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Difference between secure copy and remote copy
what is df -kh i/o error ?How to Troubleshoot ?
what r the configuration files for SAMBA and how can u configure samba on network with windows machines
what is incident management and change management and prob management in ticketing tool ,can u explain briefly?
6 Answers BlueStacks, HCL, IBM, TCS,
How u can detach or remove the disk it is in Veritas (Vxvm) control that is the disk in the production server ?
3 Answers Tech Mahindra, Wipro,
what is the use RAID and which is the best(Solaris)
What does init 5 do?
difference between terminal & console?
what is the difference between ssh & telnet
10 Answers HP, Lehman Brothers, Linux, Shiraz, Tech Mahindra,
software distribution in solaris
What is the use of Growfs utility in solaris
Custom jumpstart works on which protocol? or What basis custom jumpstart works on?