-
How would you find out what version of Solaris is currently running?
uname -a or uname -r
-
How will you regain the logins (/etc/passwd) if you have corrupted the file ?
copy from /etc/opasswd, /etc/oshadow file or by the utility pwconv
-
-
-