Solaris Commands Question:

Explain command to display default boot device?

Solaris Commands Interview Question
Solaris Commands Interview Question

Answer:

In ok prompt,we can use printenv command...
ok printenv boot-device

In shell prompt,
#eeprom | grep boot-device
or
#prtconf -vp


Previous QuestionNext Question
Whenever you are creating a new user file /etc/passwd file inode number will be changed why?What is the difference between init runlevel and milestone?