+ All Categories
Home > Documents > int sol qu

int sol qu

Date post: 07-Apr-2018
Category:
Upload: kanthie-boss
View: 226 times
Download: 0 times
Share this document with a friend

of 15

Transcript
  • 8/6/2019 int sol qu

    1/15

    1. List the files in current directory sorted by size ? - ls -l | grep ^- | sort -nr 2. List the hidden files in current directory ? - ls -a1 | grep "^\."3. Delete blank lines in a file ? - cat sample.txt | grep -v ^$ > new_sample.txt4. Search for a sample string in particular files ? - grep Debug *.confHere grep

    uses the string Debug to search in all files with extension.conf under current

    directory.5. Display the last newly appending lines of a file during appendingdata to thesame file by some processes ? - tail f Debug.logHere tail shows the newlyappended data into Debug.log by some processes/user.

    6. Display the Disk Usage of file sizes under each directory incurrentDirectory ? - du -k * | sort nr (or) du k . | sort -nr

    7. Change to a directory, which is having very long name ? - cdCDMA_3X_GEN*Here original directory name is CDMA_3X_GENERATION_DATA.

    8. Display the all files recursively with path under current directory ? - find .-depth -print

    9. Set the Display automatically for the current new user ? - exportDISPLAY=`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.

    10. Display the processes, which are running under yourusername ? - ps aef |grep MaheshvjHere, Maheshvj is the username.

    11. List some Hot Keys for bash shell ? - Ctrl+l Clears the Screen. Ctrl+r Doesa search in previously given commands in shell. Ctrl+u - Clears the typing beforethe 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 theshell. Ctrl+z Places the currently running process into background.

    12. Display the files in the directory by file size ? - ls ltr | sort nr k 5

    13. How to save man pages to a file ? - man | col b > Example : man top | col b > top_help.txt14. How to know the date & 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 isexecuted and history related to execution.

    15. How do you find out drive statistics ? - iostat -E16. Display disk usage in Kilobytes ? - du -k 17. Display top ten largest files/directories ? - du -sk * | sort -nr | head18. How much space is used for users in kilobytes ? - quot -af 19. How to create null file ? - cat /dev/null > filename120. Access common commands quicker ? - ps -ef | grep -i $@21. Display the page size of memory ? - pagesize -a22. Display Ethernet Address arp table ? - arp -a23. Display the no.of active established connections to localhost ? - netstat -a | grep

    EST24. Display the state of interfaces used for TCP/IP traffice ? - netstat -i25. Display the parent/child tree of a process ? - ptree Example: ptree 126726. Show the working directory of a process ? - pwdx Example: pwdx 1267

  • 8/6/2019 int sol qu

    2/15

    27. Display the processes current open files ? - pfiles Example: pfiles 126728. Display the inter-process communication facility status ? - ipcs29. Display the top most process utilizing most CPU ? - top b 130. Alternative for top command ? - prstat -a

    1. Which of the following module type handles loadable system calls including"semaphore" opWhich of the following module type handles loadable system calls including "semaphore"operation?

    Subscribe

    sysRead / Answer

    2. What field will cause the message Your password has expired to be displayed tothe user?

    Subscribe

    max changeLatest Answer: Hi,The /etc/shadow file containsfollowing fields.Login-id : Which indicates the usernameof that pe... Last Updated By praveen on May 17,

    2006

    (Answers: 1) Read / Answer

    3. What is the name of the daemon for print jobs submitted with "lpr"? Subscribe lpd, in.lpdLatest Answer: in.lpd...Last Updated By ameycool on April 01, 2007 (Answers: 1) Read / Answer

    4. What command can you use to display all of your groups? Subscribe id -a , groupsLatest Answer: On AIXYou can use groups -ToDisplay full list ...Last Updated By Ravi D. on October 03, 2005

    (Answers: 1) Read / Answer

    5. Consider the following crontab entry: 59 23 13 * 5 /wipe.disk What time will thiscroConsider the following crontab entry: 59 23 13 * 5 /wipe.disk What time will this cronjobrun?

    Subscribe

    11:59PMRead / Answer

    6. What command will install the patches: 123456-01 and 123457-01 if both arelocated in the /just.patWhat command will install the patches: 123456-01 and 123457-01 if both are located in the/just.patches directory?

    Subscribe

    patchadd -M /just.patches 123456-01 123457-01, /usr/sbin/patchadd -M /just.patches 123456-01 123457-01

    Read / Answer 7. The NVRAM is also soldered to the main logic board or motherboard? Subscribe FalseLatest Answer: It is a pluggable IC with yellow sticker on it, can be easily replaceble when it goes wrong....Last Updated By shrikant on June 06, 2006

    (Answers: 1) Read / Answer

    8. The lp command checks LPDEST and then PRINTER variables, while lpr command reverses this order?

    Subscribe

    TrueRead / Answer

    9. What parameter prevents files from accidentally being overwritten when doingredirection?

    Subscribe

    http://www.geekinterview.com/question_details/13238http://www.geekinterview.com/question_details/13238http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13238http://www.geekinterview.com/question_details/13239http://www.geekinterview.com/question_details/13239http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/28118http://www.geekinterview.com/user-profile/28118http://www.geekinterview.com/question_details/13239http://www.geekinterview.com/question_details/13240http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13240http://www.geekinterview.com/question_details/13241http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin#%23http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin#%23http://www.geekinterview.com/user-profile/1199http://www.geekinterview.com/user-profile/1199http://www.geekinterview.com/question_details/13241http://www.geekinterview.com/question_details/13242http://www.geekinterview.com/question_details/13242http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13242http://www.geekinterview.com/question_details/13243http://www.geekinterview.com/question_details/13243http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13243http://www.geekinterview.com/question_details/13244http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13244http://www.geekinterview.com/question_details/13245http://www.geekinterview.com/question_details/13245http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13245http://www.geekinterview.com/question_details/13246http://www.geekinterview.com/question_details/13246http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13238http://www.geekinterview.com/question_details/13238http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13238http://www.geekinterview.com/question_details/13239http://www.geekinterview.com/question_details/13239http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/28118http://www.geekinterview.com/question_details/13239http://www.geekinterview.com/question_details/13240http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13240http://www.geekinterview.com/question_details/13241http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin#%23http://www.geekinterview.com/user-profile/1199http://www.geekinterview.com/question_details/13241http://www.geekinterview.com/question_details/13242http://www.geekinterview.com/question_details/13242http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13242http://www.geekinterview.com/question_details/13243http://www.geekinterview.com/question_details/13243http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13243http://www.geekinterview.com/question_details/13244http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13244http://www.geekinterview.com/question_details/13245http://www.geekinterview.com/question_details/13245http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13245http://www.geekinterview.com/question_details/13246http://www.geekinterview.com/question_details/13246http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin
  • 8/6/2019 int sol qu

    3/15

    noclobber Latest Answer: -i... Last Updated By mehraban_b on March 19, 2007 (Answers: 1) Read / Answer

    10. What software install group do you need to select in order to load thecompilers?

    Subscribe

    none of theseLatest Answer: Developer Solaris Software Group...Last Updated By V.Vinod David on January 19, 2007 (Answers: 2) Read / Answer

    11. How many different kill signals are there? Subscribe 44Latest Answer: 47EXIT HUP INT QUIT ILL TRAPABRT EMT FPE KILL BUS SEGV SYS PIPE ALRMTERM USR1 USR2 CLD PWR WINCH U...LastUpdated By Ravi D. on October 03, 2005

    (Answers: 1) Read / Answer

    12. On Solaris 8 where is the log file for a failed patch installation stored? Subscribe /tmp/log.

    Read / Answer 13. What is the command to do an interactive boot from the ok prompt? Subscribe boot -aLatest Answer: hiif os is up and runing, take help for man to eeprom command ... Last Updated Byraghumyrao on August 16, 2006

    (Answers: 1) Read / Answer

    14. Which file contains resources for the login screen behavior? Subscribe Xconfig

    Read / Answer 15. According the SA-238 course book, the Boot PROM chip is permanentlysoldered to the main logic boar According the SA-238 course book, the Boot PROMchip is permanently soldered to themain logic board (motherboard)?

    Subscribe

    TrueRead / Answer

    16. What is the kernel abbreviation for the devices? Subscribe instance

    Read / Answer 17. What file is the controlling file for the volume manager? Subscribe /etc/vold.conf Latest Answer: we got 2 controlling files for the volumemanager1. /etc/vold.conf 2. /etc/rmmount.conf...LastUpdated By shpradeep9 on May 25, 2007

    (Answers: 1) Read / Answer

    18. Where is the best place to try to locate patches you may wish to install on your box?

    Subscribe

    sunsolve.sun.comRead / Answer

    19. Open boot is used for? Subscribe running diagnostics

    Read / Answer 20. What file contains the location of the name space configuration text files suchas hosts.rev, named

    Subscribe

    http://www.geekinterview.com/user-profile/90264http://www.geekinterview.com/user-profile/90264http://www.geekinterview.com/question_details/13246http://www.geekinterview.com/question_details/13247http://www.geekinterview.com/question_details/13247http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13247http://www.geekinterview.com/question_details/13248http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/1199http://www.geekinterview.com/user-profile/1199http://www.geekinterview.com/question_details/13248http://www.geekinterview.com/question_details/13249http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13249http://www.geekinterview.com/question_details/13250http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page1#%23http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page1#%23http://www.geekinterview.com/user-profile/55582http://www.geekinterview.com/question_details/13250http://www.geekinterview.com/question_details/13251http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13251http://www.geekinterview.com/question_details/13252http://www.geekinterview.com/question_details/13252http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page1#%23http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page1#%23http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13252http://www.geekinterview.com/question_details/13253http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13253http://www.geekinterview.com/question_details/13255http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/104369http://www.geekinterview.com/user-profile/104369http://www.geekinterview.com/question_details/13255http://www.geekinterview.com/question_details/13256http://www.geekinterview.com/question_details/13256http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13256http://www.geekinterview.com/question_details/13257http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13257http://www.geekinterview.com/question_details/13258http://www.geekinterview.com/question_details/13258http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/90264http://www.geekinterview.com/question_details/13246http://www.geekinterview.com/question_details/13247http://www.geekinterview.com/question_details/13247http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13247http://www.geekinterview.com/question_details/13248http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/1199http://www.geekinterview.com/question_details/13248http://www.geekinterview.com/question_details/13249http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13249http://www.geekinterview.com/question_details/13250http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page1#%23http://www.geekinterview.com/user-profile/55582http://www.geekinterview.com/question_details/13250http://www.geekinterview.com/question_details/13251http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13251http://www.geekinterview.com/question_details/13252http://www.geekinterview.com/question_details/13252http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page1#%23http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13252http://www.geekinterview.com/question_details/13253http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13253http://www.geekinterview.com/question_details/13255http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/104369http://www.geekinterview.com/question_details/13255http://www.geekinterview.com/question_details/13256http://www.geekinterview.com/question_details/13256http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13256http://www.geekinterview.com/question_details/13257http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13257http://www.geekinterview.com/question_details/13258http://www.geekinterview.com/question_details/13258http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin
  • 8/6/2019 int sol qu

    4/15

    What file contains the location of the name space configuration text files such as hosts.rev,named.local, etc?/etc/named.conf

    Read / Answer

    21. Users and root can execute the "chgrp" command by default? Subscribe True

    Read / Answer 22. What command will cause the system to rebuild the device tree? Subscribe boot -r , The other is to type touch /reconfigure, and then reboot

    Read / Answer 23. What is the default kill signal numeric value? Subscribe 15

    Read / Answer 24. Give the command that will display your default boot device? Subscribe printenv boot-deviceLatest Answer: eeprom boot-device the alias name of the boot-device where as prtconf -vp | grep boot... LastUpdated By junnuru on October 10, 2006

    (Answers: 2) Read / Answer

    25. The hardware-level user interface that you see before the operating system hasbeen started is callThe hardware-level user interface that you see before the operating system has beenstarted is called:

    Subscribe

    open bootRead / Answer

    26. Partition sizes can be set manually or from what configuration? Subscribe /etc/format.dat

    Read / Answer 27. What file controls global variables for system wide values for the Bourne Shell? Subscribe

    /etc/profileRead / Answer

    28. Which of the following commands can tell you whether packets are beingdelayed or dropped on your nWhich of the following commands can tell you whether packets are being delayed or dropped on your network?

    Subscribe

    sprayRead / Answer

    29. What command enables a printer? Subscribe enable

    Read / Answer

    30. In order to save a template in /etc/format.dat, what two steps must occur? Subscribe name & save

    31. What command will display the VTOC for disk c0t0d0s0? Subscribe prtvtoc /dev/rdsk/c0t0d0s0

    Read / Answer 32. Among the applications below, which one is not a client/server application? Subscribe

    http://www.geekinterview.com/question_details/13258http://www.geekinterview.com/question_details/13259http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13259http://www.geekinterview.com/question_details/13260http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13260http://www.geekinterview.com/question_details/13261http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13261http://www.geekinterview.com/question_details/13262http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/63099http://www.geekinterview.com/user-profile/63099http://www.geekinterview.com/user-profile/63099http://www.geekinterview.com/question_details/13262http://www.geekinterview.com/question_details/13263http://www.geekinterview.com/question_details/13263http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page2#%23http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page2#%23http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13263http://www.geekinterview.com/question_details/13264http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13264http://www.geekinterview.com/question_details/13265http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13265http://www.geekinterview.com/question_details/13266http://www.geekinterview.com/question_details/13266http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page2#%23http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13266http://www.geekinterview.com/question_details/13268http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13268http://www.geekinterview.com/question_details/13269http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13270http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13270http://www.geekinterview.com/question_details/13271http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13258http://www.geekinterview.com/question_details/13259http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13259http://www.geekinterview.com/question_details/13260http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13260http://www.geekinterview.com/question_details/13261http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13261http://www.geekinterview.com/question_details/13262http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/63099http://www.geekinterview.com/question_details/13262http://www.geekinterview.com/question_details/13263http://www.geekinterview.com/question_details/13263http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page2#%23http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13263http://www.geekinterview.com/question_details/13264http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13264http://www.geekinterview.com/question_details/13265http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13265http://www.geekinterview.com/question_details/13266http://www.geekinterview.com/question_details/13266http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page2#%23http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13266http://www.geekinterview.com/question_details/13268http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13268http://www.geekinterview.com/question_details/13269http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13270http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13270http://www.geekinterview.com/question_details/13271http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin
  • 8/6/2019 int sol qu

    5/15

    cronRead / Answer

    33. When using the admin tool, the membership list for groups is separated by what? Subscribe commas

    Read / Answer

    34. What file do you put the unmask setting in? Subscribe

    Latest Answer: The UMASK value for bourne and kornshell users can be modified system wide by editing the"umask" e... Last Updated By sridhar on September 23, 2005

    (Answers: 1) Read / Answer

    35. Subscribe .profileLatest Answer: Variables can be set to customize auser's work environment. Such as available editors andprinters... Last Updated By sridhar on September 23,2005

    (Answers: 1) Read / Answer

    36. Given the following command: lp -d sparky -q 0 fastfile the file fastfile will be sentto the printGiven the following command: lp -d sparky -q 0 fastfile the file fastfile will be sent to theprinter by user sparky with a high priority?

    Subscribe

    FalseRead / Answer

    37. All group memberships are stored in the /etc/group file? Subscribe False

    Read / Answer 38. What flag used with patchad will prevent a later back out by preventing patchadfrom backing up filWhat flag used with patchad will prevent a later back out by preventing patchad frombacking up files? If this flag is used, the patch cannot be removed.

    Subscribe

    #NAME?Read / Answer

    39. Why should you become a superuser prior to creating an additional swap file? Subscribe A swap file that has root permissions makes it more difficult to overwrite

    Read / Answer 40. Where is the location of the "terminfo" directory? Subscribe /usr/share/libLatest Answer: The terminfo contains the direrctoriesstarting from 1 to 9 and letters... Last Updated By sanil on September 23, 2006

    (Answers: 1) Read / Answer

    41. What device file is specified when using the mount command? Subscribe block

    Read / Answer 42. Which of the following can be an appropriate name for a cluster? Subscribe SUNWadm

    Read / Answer 43. What command will allow you to schedule repetitive activities? Subscribe cron

    Read / Answer 44. Which file is locted in the /kernel directory and is the Unix kernel for the system? Subscribe

    http://www.geekinterview.com/question_details/13271http://www.geekinterview.com/question_details/13272http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13272http://www.geekinterview.com/question_details/13273http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page3#%23http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page3#%23http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page3#%23http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page3#%23http://www.geekinterview.com/user-profile/730http://www.geekinterview.com/user-profile/730http://www.geekinterview.com/question_details/13273http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page3#%23http://www.geekinterview.com/user-profile/730http://www.geekinterview.com/user-profile/730http://www.geekinterview.com/question_details/13274http://www.geekinterview.com/question_details/13276http://www.geekinterview.com/question_details/13276http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page3#%23http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page3#%23http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13276http://www.geekinterview.com/question_details/13277http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13277http://www.geekinterview.com/question_details/13278http://www.geekinterview.com/question_details/13278http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page3#%23http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page3#%23http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13278http://www.geekinterview.com/question_details/13279http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13279http://www.geekinterview.com/question_details/13280http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13280http://www.geekinterview.com/question_details/13281http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13281http://www.geekinterview.com/question_details/13282http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13282http://www.geekinterview.com/question_details/13283http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13283http://www.geekinterview.com/question_details/13285http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13271http://www.geekinterview.com/question_details/13272http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13272http://www.geekinterview.com/question_details/13273http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page3#%23http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page3#%23http://www.geekinterview.com/user-profile/730http://www.geekinterview.com/question_details/13273http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page3#%23http://www.geekinterview.com/user-profile/730http://www.geekinterview.com/question_details/13274http://www.geekinterview.com/question_details/13276http://www.geekinterview.com/question_details/13276http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page3#%23http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13276http://www.geekinterview.com/question_details/13277http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13277http://www.geekinterview.com/question_details/13278http://www.geekinterview.com/question_details/13278http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page3#%23http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13278http://www.geekinterview.com/question_details/13279http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13279http://www.geekinterview.com/question_details/13280http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13280http://www.geekinterview.com/question_details/13281http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13281http://www.geekinterview.com/question_details/13282http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13282http://www.geekinterview.com/question_details/13283http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13283http://www.geekinterview.com/question_details/13285http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin
  • 8/6/2019 int sol qu

    6/15

  • 8/6/2019 int sol qu

    7/15

    FalseRead / Answer

    55. What directory is used to store the at.allow and at.deny files? Subscribe /usr/lib/cronLatest Answer: both are correct /usr/lib/cron is a linkfile which is linked with /etc/cron.d/ direcotory...LastUpdated By batas_nep on February 20, 2007

    (Answers: 2) Read / Answer

    56. Where is the information stored about all the packages installed on your systemat the present timeWhere is the information stored about all the packages installed on your system at thepresent time?

    Subscribe

    /var/sadm/install/contentsRead / Answer

    57. What is the minimum requirements for the spooling directory on a print server? Subscribe 20-25 mb

    Read / Answer 58. Using the crontab command, what is the command to display the lines in your crontab file?

    Subscribe

    crontab -l, -lRead / Answer

    59. Of the following file systems, which ones are of "fs' file system type? Subscribe ufs, nfs, swapfs

    Read / Answer 60. Which NFS daemons are found on the NFS server? Subscribe statd, mountd, nfsd, lockdLatest Answer: Deamons which run on server sidenfsd, mountd, rpcbind, nfslockd, nfstatd Deamonswhich run on...Last Updated By Mohammed Mujahid on February 06, 2007

    (Answers: 2) Read / Answer

    61. What file will track all the switching of users that may be occurring? Subscribe sulog

    Read / Answer

    62. What setting determines the default permissions for files and directories? Subscribe umaskLatest Answer: you can display the default user umaskby typing #umaskdefault is 022The umask commandshould set th... Last Updated By ravipotlurigeek on

    April 11, 2007 (Answers: 1) Read / Answer

    63. What is the line in the .dtprofile that is set to true in order to use the "." files

    alonWhat is the line in the .dtprofile that is set to true in order to use the "." files along withCDE?

    Subscribe

    dtsourceprofileRead / Answer

    64. In the /etc/default/login file, which of the following will not allow you to loginremotely as rootIn the /etc/default/login file, which of the following will not allow you to login remotely asroot?

    Subscribe

    http://www.geekinterview.com/question_details/13296http://www.geekinterview.com/question_details/13297http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13297http://www.geekinterview.com/question_details/13300http://www.geekinterview.com/question_details/13300http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13300http://www.geekinterview.com/question_details/13301http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13301http://www.geekinterview.com/question_details/13302http://www.geekinterview.com/question_details/13302http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13302http://www.geekinterview.com/question_details/13303http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13303http://www.geekinterview.com/question_details/13306http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13306http://www.geekinterview.com/question_details/13307http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13307http://www.geekinterview.com/question_details/13308http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/95691http://www.geekinterview.com/user-profile/95691http://www.geekinterview.com/question_details/13308http://www.geekinterview.com/question_details/13309http://www.geekinterview.com/question_details/13309http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13309http://www.geekinterview.com/question_details/13310http://www.geekinterview.com/question_details/13310http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13296http://www.geekinterview.com/question_details/13297http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13297http://www.geekinterview.com/question_details/13300http://www.geekinterview.com/question_details/13300http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13300http://www.geekinterview.com/question_details/13301http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13301http://www.geekinterview.com/question_details/13302http://www.geekinterview.com/question_details/13302http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13302http://www.geekinterview.com/question_details/13303http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13303http://www.geekinterview.com/question_details/13306http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13306http://www.geekinterview.com/question_details/13307http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13307http://www.geekinterview.com/question_details/13308http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/95691http://www.geekinterview.com/question_details/13308http://www.geekinterview.com/question_details/13309http://www.geekinterview.com/question_details/13309http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13309http://www.geekinterview.com/question_details/13310http://www.geekinterview.com/question_details/13310http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin
  • 8/6/2019 int sol qu

    8/15

    CONSOLE=Read / Answer

    65. Full path names are not required in the crontab file? Subscribe False

    Read / Answer

    66. What control character allows you to go from single user mode to multi-user mode? Subscribe ^dLatest Answer: Control + D ...Last Updated Byhanumesh on April 11, 2007 (Answers: 1) Read / Answer

    67. What is the default location of the packages when spooled with the "pkgadd -d-s spool"?

    Subscribe

    /var/spool/pkgRead / Answer

    68. What is the default spool directory for patches? Subscribe There is no default spool directory for patches, but /var/spool/patches is commonly usedLatest Answer: The Default Directory isvar/sadm/patch It lis...Last Updated By joe on November 01, 2006

    (Answers: 1) Read / Answer

    69. What is the command for seeing a long listing of all the processes running onyour unix box?

    Subscribe

    ps -ef Latest Answer: It's Solaris hence your ps -aux won'twork. prstat is one more commonly used tool....LastUpdated By sag on June 06, 2007

    (Answers: 2) Read / Answer

    70. What are the basic elements of PROM and NVRAM? Subscribe PROM= Post, Generic Device Drivers, User Interface, Default Parameters NVRAM= Eeprom, Time of Day,Ehternet Addss, Hostid & BatteryAsked by: sridhar_madadi Latest Answer: NVRAMNonvolatile RAM (NVRAM) isa special kind of RAM that retains data when the

    computer is turned ... Last Updated By Sampath Kumar on August 17, 2006 (Answers: 1) Read / Answer

    71. How will you regain the logins (/etc/passwd) if you have corrupted the file ? Subscribe copy from /etc/opasswd, /etc/oshadow file or by the utility pwconvAsked by: sridhar_madadi Latest Answer: if you have a backup you canrestore the spicefic file. other my not ha... Last UpdatedBy raghumyrao on August 16, 2006

    (Answers: 1) Read / Answer

    72. What is sticky bit? Subscribe When this is set on a directory, only the file in that directory can be removed or renamed if:1. User owns thedirectory2. User owns the file3. Super User Asked by: sridhar_madadi Latest Answer: It is apply to files and directories.Theuser who has created the file/directory only he and rootca... Last Updated By Mohammed Mujahid on February 03, 2007

    (Answers: 3) Read / Answer

    73. How do you check the cron jobs of other users, (as a super user)? Subscribe All users cron jobs are stored as files in this location /var/spool/cron/crontab/UsernameAsked by:sridhar_madadi

    Latest Answer: The above would work. You couldalso run: crontab -l Username... Last Updated ByJoseph on December 09, 2005

    (Answers: 1) Read / Answer

    74. What does this file /etc/path_to_inst contain and what is the importance of this Subscribe

    http://www.geekinterview.com/question_details/13310http://www.geekinterview.com/question_details/13311http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13311http://www.geekinterview.com/question_details/13312http://www.geekinterview.com/question_details/13312http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13312http://www.geekinterview.com/question_details/13314http://www.geekinterview.com/question_details/13314http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13314http://www.geekinterview.com/question_details/13315http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13315http://www.geekinterview.com/question_details/13237http://www.geekinterview.com/question_details/13237http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page6#%23http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page6#%23http://www.geekinterview.com/question_details/13237http://www.geekinterview.com/question_details/16947http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page6#%23http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page6#%23http://www.geekinterview.com/user-profile/730http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page6#%23http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page6#%23http://www.geekinterview.com/question_details/16947http://www.geekinterview.com/question_details/16948http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page7#%23http://www.geekinterview.com/user-profile/730http://www.geekinterview.com/user-profile/55582http://www.geekinterview.com/question_details/16948http://www.geekinterview.com/question_details/16949http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/730http://www.geekinterview.com/question_details/16949http://www.geekinterview.com/question_details/16951http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/730http://www.geekinterview.com/question_details/16951http://www.geekinterview.com/question_details/16952http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13310http://www.geekinterview.com/question_details/13311http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13311http://www.geekinterview.com/question_details/13312http://www.geekinterview.com/question_details/13312http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13312http://www.geekinterview.com/question_details/13314http://www.geekinterview.com/question_details/13314http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13314http://www.geekinterview.com/question_details/13315http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/13315http://www.geekinterview.com/question_details/13237http://www.geekinterview.com/question_details/13237http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page6#%23http://www.geekinterview.com/question_details/13237http://www.geekinterview.com/question_details/16947http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page6#%23http://www.geekinterview.com/user-profile/730http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page6#%23http://www.geekinterview.com/question_details/16947http://www.geekinterview.com/question_details/16948http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page7#%23http://www.geekinterview.com/user-profile/730http://www.geekinterview.com/user-profile/55582http://www.geekinterview.com/question_details/16948http://www.geekinterview.com/question_details/16949http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/730http://www.geekinterview.com/question_details/16949http://www.geekinterview.com/question_details/16951http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/730http://www.geekinterview.com/question_details/16951http://www.geekinterview.com/question_details/16952http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin
  • 8/6/2019 int sol qu

    9/15

    file?It contains all the Physical Paths of devices and the instance names. The importance is that if you corruptany paths while mirroring the disk or for any other reason Then copy from this locationAsked by:sridhar_madadi

    Latest Answer: /etc/path_to_inst contains each device,its instance name and number along with its physicalname.... Last Updated By anandd on July 02, 2006

    (Answers: 1) Read / Answer

    75. What is the command can reconfigure devices with out reboot? Subscribe 1. devfsadm2. drvconfigAsked by: sridhar_madadi Latest Answer: reboot -- -r... Last Updated ByMohammed Mujahid on February 03, 2007 (Answers: 4) Read / Answer

    76. How to restore a corrupted file system or trouble shoot bad super blocks for aFS c0t2d0s5?

    Subscribe

    Newfs N /dev/rdsk/c0t2d0s5 (or any other slice)Fsck o b= /dev/rdsk/c0t2d0s5Asked by: sridhar_madadi Latest Answer: Well you can also just use the #FSCK-N /dev.dsk/c0t2d0s5 to get the back up block number and then u... Last Updated By prasanthi on December 23, 2005

    (Answers: 1) Read / Answer

    77. How will you add a virtual IP address to a server. Given the interface qe0 and IP10.10.1.150?

    Subscribe

    # ifconfig qe0:1 plumb# ifconfig qe0:1 10.10.1.150 upAsked by: sridhar_madadi Latest Answer: #ifconfig interface_name addif ipaddress up... Last Updated By Mohammed Mujahid on February 03, 2007

    (Answers: 2) Read / Answer

    78. What are the different phases in boot process? Subscribe

    loads boot block sector boot device PROM phase (post 0) Boot program phase (boot program loadsstart ufsboot) Kernel Initialisation Phase (reads and initialises /etc/system iAsked by: sridhar_madadi Latest Answer: Boot phases of Solaris OperatingEnvironment are:1.boot PROM2.boot programs likebootblk,ufsboot&nbs...Last Updated By sankar on May 15, 2006

    (Answers: 1) Read / Answer

    79. How do you determine which Run Level the system is running? Subscribe who -r Asked by: sridhar_madadi Latest Answer: u can find from giving tis commandwho-r... Last Updated By krishna on March 07, 2007 (Answers: 2) Read / Answer

    80. How would you find out what version of Solaris is currently running? Subscribe

    uname -a or uname -r Asked by: sridhar_madadi Latest Answer: Don't think the OBP will help will it? Imean, isn't that before the operating system isloaded? ... Last Updated By MJ on June 19, 2007

    (Answers: 7) Read / Answer

    81. What is significant about Generic_108528-nn? Subscribe This denotes the kernel update patch level/operating system version residual on the server Asked by:sridhar_madadi

    Read / Answer

    http://www.geekinterview.com/question_details/16952http://www.geekinterview.com/user-profile/730http://www.geekinterview.com/user-profile/49006http://www.geekinterview.com/question_details/16952http://www.geekinterview.com/question_details/16953http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/730http://www.geekinterview.com/question_details/16953http://www.geekinterview.com/question_details/16954http://www.geekinterview.com/question_details/16954http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/730http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page7#%23http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page7#%23http://www.geekinterview.com/question_details/16954http://www.geekinterview.com/question_details/16955http://www.geekinterview.com/question_details/16955http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/730http://www.geekinterview.com/question_details/16955http://www.geekinterview.com/question_details/16956http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page7#%23http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page7#%23http://www.geekinterview.com/user-profile/730http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page7#%23http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page7#%23http://www.geekinterview.com/user-profile/28068http://www.geekinterview.com/user-profile/28068http://www.geekinterview.com/user-profile/28068http://www.geekinterview.com/question_details/16956http://www.geekinterview.com/question_details/16957http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/730http://www.geekinterview.com/question_details/16957http://www.geekinterview.com/question_details/16958http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/730http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page7#%23http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page7#%23http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page7#%23http://www.geekinterview.com/question_details/16958http://www.geekinterview.com/question_details/16959http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page8#%23http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page8#%23http://www.geekinterview.com/user-profile/730http://www.geekinterview.com/question_details/16959http://www.geekinterview.com/question_details/16952http://www.geekinterview.com/user-profile/730http://www.geekinterview.com/user-profile/49006http://www.geekinterview.com/question_details/16952http://www.geekinterview.com/question_details/16953http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/730http://www.geekinterview.com/question_details/16953http://www.geekinterview.com/question_details/16954http://www.geekinterview.com/question_details/16954http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/730http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page7#%23http://www.geekinterview.com/question_details/16954http://www.geekinterview.com/question_details/16955http://www.geekinterview.com/question_details/16955http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/730http://www.geekinterview.com/question_details/16955http://www.geekinterview.com/question_details/16956http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page7#%23http://www.geekinterview.com/user-profile/730http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page7#%23http://www.geekinterview.com/user-profile/28068http://www.geekinterview.com/question_details/16956http://www.geekinterview.com/question_details/16957http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/730http://www.geekinterview.com/question_details/16957http://www.geekinterview.com/question_details/16958http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/730http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page7#%23http://www.geekinterview.com/question_details/16958http://www.geekinterview.com/question_details/16959http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page8#%23http://www.geekinterview.com/user-profile/730http://www.geekinterview.com/question_details/16959
  • 8/6/2019 int sol qu

    10/15

    82. What does reboot r do? Subscribe It finds newly attached devices and entries are created in /dev & /devices and /etc/path_to_inst isupdated. Asked by: sridhar_madadi Latest Answer: reboot -r (reconfigure the /dev &/devices)... Last Updated By Mohammed Tanvir on October 28, 2005

    (Answers: 1) Read / Answer

    83. At the OBP how would see the device tree which will be used by the kernel duringboot to configureAt the OBP how would see the device tree which will be used by the kernel during boot toconfigure devices?

    Subscribe

    show-devs Asked by: sridhar_madadi Read / Answer

    84. What is the difference between a probe-scsi and a probe-scsi-all? Subscribe Probe-scsi probes for local/onboard devices/peripherals off the onboard SCSI controller whilst probe-scsi-allidentifies all devices attached to the onboard/local controller and separate Sbus , PCI c Asked by:sridhar_madadi

    Latest Answer: Hi,both these commands are run atobp (open boot Prom) probe-scsi will probe the internalscsi and p... Last Updated By Jonty Marnoch on June

    16, 2006

    (Answers: 1) Read / Answer

    85. What would a XIR signal do to a server and why would it be used? Subscribe Reset/interrupt it. Used if server has hung. Asked by: sridhar_madadi Latest Answer: XIR signal used by reset command insolaris.reset(1M) allows you to reset one or moredomains in one... Last Updated By ajay kalyan on May 30, 2006

    (Answers: 1) Read / Answer

    86. How would you find out what kernel parameter SHMMAX is set to by onecommand?

    Subscribe

    Sysdef|grep SHMMAXAsked by: sridhar_madadi Latest Answer: sysdef -i |grep -i shm... Last UpdatedBy NS on July 28, 2006 (Answers: 3) Read / Answer

    87. What is after the VTOC on the root filesystem?

    Subscribe

    BootblkAsked by: sridhar_madadi Latest Answer: VTOC resides on sector 0.After VTOCit boot block on Sector 1-15.After Boot Block, Primarysuper blo... Last Updated By Abhishek Jaiswal on October 30, 2006

    (Answers: 2) Read / Answer

    88. What is difference between Process and Daemon? Subscribe Asked by: Deepak Mandloi Latest Answer: Process:Process is nothing but the jobwhich get executed at CPU.Deamon:Can say itsbackground proce... Last Updated By Mohammed Mujahid on February 03, 2007

    (Answers: 3) Read / Answer

    89. How to install win xp after installing solaris for dual booting? Subscribe Asked by: nagendraLatest Answer: Hi ,if you installed solaries first on topof solaries u can install vm ware and and than install t...Last Updated By gurudatta on December 04, 2006

    (Answers: 3) Read / Answer

    90. Logged into the system using telnet.As a system administrator, how would you Subscribe

    http://www.geekinterview.com/question_details/16960http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/730http://www.geekinterview.com/question_details/16960http://www.geekinterview.com/question_details/16961http://www.geekinterview.com/question_details/16961http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/730http://www.geekinterview.com/question_details/16961http://www.geekinterview.com/question_details/16962http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page8#%23http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page8#%23http://www.geekinterview.com/user-profile/730http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page8#%23http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page8#%23http://www.geekinterview.com/question_details/16962http://www.geekinterview.com/question_details/16963http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/730http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page8#%23http://www.geekinterview.com/question_details/16963http://www.geekinterview.com/question_details/16964http://www.geekinterview.com/question_details/16964http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/730http://www.geekinterview.com/question_details/16964http://www.geekinterview.com/question_details/16965http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/730http://www.geekinterview.com/question_details/16965http://www.geekinterview.com/question_details/20708http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page8#%23http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page8#%23http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page8#%23http://www.geekinterview.com/question_details/20708http://www.geekinterview.com/question_details/22628http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/22628http://www.geekinterview.com/question_details/22777http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/16960http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/730http://www.geekinterview.com/question_details/16960http://www.geekinterview.com/question_details/16961http://www.geekinterview.com/question_details/16961http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/730http://www.geekinterview.com/question_details/16961http://www.geekinterview.com/question_details/16962http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page8#%23http://www.geekinterview.com/user-profile/730http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page8#%23http://www.geekinterview.com/question_details/16962http://www.geekinterview.com/question_details/16963http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/730http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page8#%23http://www.geekinterview.com/question_details/16963http://www.geekinterview.com/question_details/16964http://www.geekinterview.com/question_details/16964http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/730http://www.geekinterview.com/question_details/16964http://www.geekinterview.com/question_details/16965http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/730http://www.geekinterview.com/question_details/16965http://www.geekinterview.com/question_details/20708http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page8#%23http://www.geekinterview.com/question_details/20708http://www.geekinterview.com/question_details/22628http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/22628http://www.geekinterview.com/question_details/22777http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin
  • 8/6/2019 int sol qu

    11/15

    figure out the systemLogged into the system using telnet.As a system administrator , how would you figure out thesystem transaction is slow between the system you logged into and from the system you didtelnet login?Asked by: sridhar.d.l

    Read / Answer

    91. Why we use / for mount any file system? Subscribe Asked by: magdi Latest Answer: If i am not Wrong , No need to specify /if the mount point we are going to specify is under thecur... Last Updated By rajasekar on December 14,2006

    (Answers: 3) Read / Answer

    92. What is the big difference between /dev/dsk and /dev/rdsk ? Subscribe Asked by: praveenLatest Answer: Basically raw devices till of beforecreation of filesystemsBlock devices are user after creation of... Last Updated By nitin on July 11, 2006

    (Answers: 4) Read / Answer

    93. How many cpu's we can connect to a spark machine ? Subscribe Asked by: praveenLatest Answer: We can connect upto 106 CPU in Sunmachine.... Last Updated By rsivareddy on June 06,2007

    (Answers: 4) Read / Answer

    94. How can we find RAM size in solaris server ? Subscribe Asked by: praveenLatest Answer: prtconf -v is used to display Rammemory size... Last Updated By joe on November 03,2006

    (Answers: 7) Read / Answer

    95. How to configure mail server in sun solaris? Subscribe Asked by: nagaraju.bLatest Answer: hii need configure the mail server for remote client & to take the back of thosemailsthankssath... Last Updated By sathiya on July 28, 2006

    (Answers: 2) Read / Answer

    96. How to find 32 or 64 bit system instances of OS? Subscribe Asked by: satheeshLatest Answer: "isainfo -kv" displays whether 32 bit or 64 bit OS in installed, and it also displaysHardware archi... Last Updated By chaitu on July 08, 2006

    (Answers: 3) Read / Answer

    97. When user login into solaris 8 it is repeatedly asking for user name andpassword.What could be theWhen user login into solaris 8 it is repeatedly asking for user name and password.What couldbe the reason and what files has to be checked to fix this and which log file we have to refer toknow more details about the problem?

    Subscribe

    Asked by: rkarunmozhi Read / Answer

    98. Which obp command has a premenent allais? Subscribe Asked by: selvakumar Latest Answer: When NValias need is: In case systemcan not boot from primary disk and it is needed to makeanot... Last Updated By chaitu on July 08, 2006

    (Answers: 2) Read / Answer

    99. How to load a source from a unix box to same unix box target without copying in to Subscribe

    http://www.geekinterview.com/question_details/22777http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page8#%23http://www.geekinterview.com/question_details/22777http://www.geekinterview.com/question_details/23965http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/23965http://www.geekinterview.com/question_details/25057http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/25057http://www.geekinterview.com/question_details/25058http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/25058http://www.geekinterview.com/question_details/25059http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/33477http://www.geekinterview.com/question_details/25059http://www.geekinterview.com/question_details/26951http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page9#%23http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page9#%23http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page9#%23http://www.geekinterview.com/question_details/26951http://www.geekinterview.com/question_details/26963http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page9#%23http://www.geekinterview.com/question_details/26963http://www.geekinterview.com/question_details/27688http://www.geekinterview.com/question_details/27688http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page9#%23http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page9#%23http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page9#%23http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/38453http://www.geekinterview.com/question_details/27688http://www.geekinterview.com/question_details/30259http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/30259http://www.geekinterview.com/question_details/30483http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/22777http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page8#%23http://www.geekinterview.com/question_details/22777http://www.geekinterview.com/question_details/23965http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/23965http://www.geekinterview.com/question_details/25057http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/25057http://www.geekinterview.com/question_details/25058http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/25058http://www.geekinterview.com/question_details/25059http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/33477http://www.geekinterview.com/question_details/25059http://www.geekinterview.com/question_details/26951http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page9#%23http://www.geekinterview.com/question_details/26951http://www.geekinterview.com/question_details/26963http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page9#%23http://www.geekinterview.com/question_details/26963http://www.geekinterview.com/question_details/27688http://www.geekinterview.com/question_details/27688http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin/page9#%23http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/user-profile/38453http://www.geekinterview.com/question_details/27688http://www.geekinterview.com/question_details/30259http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Adminhttp://www.geekinterview.com/question_details/30259http://www.geekinterview.com/question_details/30483http://www.geekinterview.com/login.html?ref=http://www.geekinterview.com/Interview-Questions/Operating-System/Solaris-Admin
  • 8/6/2019 int sol qu

    12/15

    the local machHow to load a source from a unix box to same unix box target without copying in to the localmachine and please tell me, How to rig up the mapping and where to give the path?Asked by: binoy_pa

    Read / Answer 100. If in solaris 8 one server has more than one network interface cards, how do youdetermine which iIf in solaris 8 one


Recommended