How to reset root password if root password is gone?
Answer / kishore devkate
Boot the server from cdrom steps below.
at the Ok Promt
1) Ok>boot cdrom -s :to boot in the single user mode
you will get #(has) prompt
#
2) mount the root file system on /a directory
i,e
#mount /dev/dsk/c0t0d0s0 /a
3) remove the encrypted passwd from the /a/etc/shadow file
then save the file
i,e
#vi /a/etc/shadow
remove the root user encrypted passwd
:wq!
4) reboot the server
i,e
#init 6
| Is This Answer Correct ? | 23 Yes | 1 No |
Explain the more details of vmstat output?
DIfferent between swap -l & swap -s
Suppose I have 20 gb free space in my file system but my inode size full. How will I increase or how will I fix this issue?
How does a solaris cluster work?
How can the user in solaris check the status of processes?
How to check OBP version?
What are the comman user problems?
How can threads be created in a solaris environment? Write an example
how to clear inode usage?
what are bootloaders in solaris booting? bootblk, ufsboot
What are nfs daemons?
How can abiword be compiled for solaris using gcc?