Solaris Admin Interview Questions & Answers
Download PDF

Sharpen your Solaris Admin interview expertise with our handpicked 40 questions. Each question is designed to test and expand your Solaris Admin expertise. Suitable for all experience levels, these questions will help you prepare thoroughly. Don't miss out on our free PDF download, containing all 40 questions to help you succeed in your Solaris Admin interview. It's an invaluable tool for reinforcing your knowledge and building confidence.

40 Solaris Admin Questions and Answers:

Solaris Admin Job Interview Questions Table of Contents:

Solaris Admin Job Interview Questions and Answers
Solaris Admin Job Interview Questions and Answers

2 :: Display the top most process utilizing most CPU?

- top .b 1

9 :: Display Ethernet Address arp table?

- arp -a

12 :: How to create null file?

- cat /dev/null > filename1

17 :: How to know the date and time for . when script is executed ?

- Add the following script line in shell script.eval echo “Script is executed at `date`” >> timeinfo.infHere, .timeinfo.inf. contains date & time details ie., when script is executed and history related to execution.

18 :: How to save man pages to a file ?

- man | col .b > Example : man top | col .b > top_help.txt

20 :: List some Hot Keys for bash shell ?

- Ctrl+l . Clears the Screen. Ctrl+r . Does a search in previously given commands in shell. Ctrl+u - Clears the typing before the hotkey. Ctrl+a . Places cursor at the beginning of the command at shell. Ctrl+e . Places cursor at the end of the command at shell. Ctrl+d . Kills the shell. Ctrl+z . Places the currently running process into background.

21 :: Display the processes, which are running under your username ?

- ps .aef | grep MaheshvjHere, Maheshvj is the username.

22 :: Set the Display automatically for the current new user ?

- export DISPLAY=`eval ‘who am i | cut -d”(” -f2 | cut -d”)” -f1′`Here in above command, see single quote, double quote, grave ascent is used. Observe carefully.

24 :: Explain about Solaris?

Solaris is a UNIX based operating system which is available for free. It supports workstations and servers from sun. It is widely recognized for its scalability. This product is almost supported by many server vendors. It is the famous successor to sun operating systems.

25 :: Explain the interoperability features of Solaris?

Solaris UNIX version runs on intel, AMD and SPARC platforms. It has migrated from solely a SPARC platform to include other platforms from leading companies. It provides interoperability across various technologies such as developer products, desktop applications, data center, etc.
Solaris Admin Interview Questions and Answers
40 Solaris Admin Interview Questions and Answers