-
What command will install the patches: 123456-01 and 123457-01 if both are located in the /just.patches directory?
patchadd -M /just.patches 123456-01 123457-01, /usr/sbin/patchadd -M /just.patches 123456-01 123457-01
-
-
-
-
-
-
Where is the location of the "terminfo" directory?
/usr/share/lib
-
-
-
-
What is the default spool directory for patches?
There is no default spool directory for patches, but /var/spool/patches is commonly used
-
How do you check the cron jobs of other users, (as a super user)?
All users cron jobs are stored as files in this location /var/spool/cron/crontab/Username
-
How to restore a corrupted file system or trouble shoot bad super blocks for a FS c0t2d0s5?
Newfs –N /dev/rdsk/c0t2d0s5 (or any other slice)Fsck –o b= /dev/rdsk/c0t2d0s5
-
What does reboot –r do?
It finds newly attached devices and entries are created in /dev & /devices and /etc/path_to_inst is updated.
-
What would a XIR signal do to a server and why would it be used?
Reset/interrupt it. Used if server has hung.
-
JumpStart boot sequence
Which server file is read to obtain the clients host name during the RARP phase of the JumpStart boot sequence?
-
-
-
What is the difference between NIS and NIS+?
NIS+ was mainly designed to address problems that NIS cannot address.
-
Solaris Admin Interview Questions
Ans