Top Solaris Interview Questions :: ALLInterview.com http://www.allinterview.com Top Solaris Interview Questions en-us how many run level in solaris? http://www.allinterview.com/showanswers/20839.html 8 run level there are 0,s or S,1,2,3,4,5,6 what is the difference between ssh & telnet http://www.allinterview.com/showanswers/36830.html SSH is secure shell where you can generate SSL and make trusted relation ship. Basically it is secured. Telnet is normal way u can connect to the server and work. Normally as per Network Security Policies, it is advised not to use telnet and how many clients have in our server ? how we find that? http://www.allinterview.com/showanswers/36099.html bpclclients|grep solaris kernel name http://www.allinterview.com/showanswers/20836.html kernel/sparcv9/unix booting process in solaris http://www.allinterview.com/showanswers/32059.html refer books open prom phase boot program phase kernel initilization phase init phase what is sticky bit,setuid setgid and setfacl used for http://www.allinterview.com/showanswers/32058.html sticky bit is used to protect the directory of one user from the other users so that they cant delete it chmod +t /ibm - add sticky bit we have to use this command chomod -t /ibm - to remove sticky bit setuid and setgid is also to give user so What does fmthard do? http://www.allinterview.com/showanswers/11511.html fmthard is just like a format.It can be used to multipul disk solaris network daemon http://www.allinterview.com/showanswers/20838.html inetd Tell me some of the differences between Solaris and Sun OS? http://www.allinterview.com/showanswers/7178.html sun OS is BSD based solaris is used systemV kernel how to recover root passwd ? http://www.allinterview.com/showanswers/20835.html Login as single user mode then type passwd enter new passwd for root now the passwd has been changed. Note: Passwd will not be asked in single user mode. how to stop the process using process name http://www.allinterview.com/showanswers/20837.html pkill processname If you mistype a password, how do you clear it out to retype the pas http://www.allinterview.com/showanswers/7165.html clear password filed in /etc/system file how to find out the how many disks attached in the server? http://www.allinterview.com/showanswers/58003.html format where we find bp.conf file? which path? http://www.allinterview.com/showanswers/36088.html cd /usr/openv/netbackup If you have forgotten the root password for a server, how do you get http://www.allinterview.com/showanswers/7175.html boot net -s mount /dev/dsk/cotdos0 /a cd /a/etc TERM=vt100 export TERM vi shadow //remove passwd field after save the file cd / umount /a sync init 6