|
Placement
Papers
>>
Unix/Linux >>
Solaris Interview Questions
- What does
the pkgadd command do?
Ans:pkgadd is used to add a package to the solaris.It
installs the package in the /usr/local directory by
default.
- How do you
create a solaris package?
- How do you
view shared memory statistics?
- How do you
get system diagnostics information?
- What is OBP
and how do you access it?
- What is LOM
and how do you access it?
- What is VTS?
- What is an
alternative to the “top” command on Solaris?
Ans:The alternative to the top command is prstat command in
solaris
It will give the status of each and every process.
- What is
/etc/system for?
- What does
ndd do?
- What does
init 5 do?
- What does
init 0 do?
- How do you
boot from CD-ROM?
- What is
jumpstart?
- How do you
boot from a Network with jumpstart?
- What is
JASS?
Ans: The Solaris Security Toolkit, formerly known as the
JumpStart Architecture and Security Scripts (JASS) toolkit,
provides a flexible and extensible mechanism to harden and
audit Solaris Operating Systems (OSS).
- What is the
difference between NFS version 2 and NFS version 3?
- What is RPC?
Why do I need it?
Ans: RPC:A call to a procedure in a different address
space. In a traditional procedure call, the calling
procedure and the called procedure are in the same address
space on one machine. In a remote procedure call, the
calling procedure invokes a procedure in a different
address space and usually
on a different machine.
- Are kernel
parameters tunable during runtime?
- What does
fmthard do?
|
|