image


3X0-102 Dumps

3X0-102 Braindumps 3X0-102 Real Questions 3X0-102 Practice Test

3X0-102 Actual Questions


Sair


3X0-102


Linux System Administration (Level 1)


https://killexams.com/pass4sure/exam-detail/3X0-102


  1. A GUI-based interface that runs on a Linux box and allows Windows to be booted on top of the Linux operating system.

  2. A GUI-based program that runs on the Windows platform and allows Linux to view the

    localhost with a simulated Windows desktop.

  3. A multiple platform program that connects one machine type to another using each

    machine's native GUI.

  4. A GUI-based program common to most X Window systems that allows for some

advanced features (i.e., colored xterms)


Answer: C


QUESTION: 104

Which of the following is not true about Virtual Network Computing?


  1. It is platform independent.

  2. It allows for several users to be using the same windows box at the same time.

  3. It allows for multiple machines on the network to be dedicated to performing the same task, thus creating clusters.

  4. It's software creates a host-to-host session.


Answer: C


QUESTION: 105

What would the following command do?

mail root -s html < /var/html.access_log


  1. Mail a copy of the html access log to root and then delete the file.

  2. Send to root a message with the subject "html < /var/html.access_log".

  3. Send to root a message containing the html access log.

  4. Send from root a message where the body will be the html.access_log file.


Answer: C


QUESTION: 106

The following is an example of a ".forward" file found in user Audrey's home directory.

/audrey audrey@x.com

| /usr/opt/bin/mail

Which of the actions below best describes what will happen when user "audrey" receives mail?


  1. (i) saves a copy of the mail locally;

    (ii) forwards a copy of the mail to audrey@x.com using the "mail" program found in

    "/usr/opt/bin"

  2. (i) saves a copy locally;

    1. forwards a copy to x.com;

    2. appends it to the mail files stored in the "/usr/opt/bin"

  3. (i) runs a program called "audrey" that is found in the root directory;

    (ii) forwards a copy of the mail to audrey@x.com using the "mail" program found in

    "/usr/opt/bin"

  4. (i) saves a copy locally;

    1. forwards the mail to audrey@x.co m

    2. runs a program called mail

  5. (i) runs a program "audrey" that is found in the root directory;

  1. forwards the mail to x.com;

  2. runs a program called "/usr/opt/bin"


Answer: D


QUESTION: 107

What output will the following command generate?

sendmail -bp -v


  1. an error message

  2. a list of mail that is currently in the mailers spool directory

  3. a readout of the log of error messages for sendmail

  4. a log containing mail activity for the past day

  5. a report containing a list of all un-delivered mail, and errors associated with the list.


Answer: E


QUESTION: 108

Which of the following is NOT a news reader program?


  1. pine

  2. trn

  3. strn

  4. Netscape

  5. newsrc


Answer: E


QUESTION: 109

is a GUI news reader that, for many, has replaced the older command-line based news readers.


  1. Netscape

  2. xnewsrc

  3. winews

  4. rn

  5. outlook


Answer: A


QUESTION: 110

Which of the following would NOT be found in an entry of the httpd.conf file for a web

site?


  1. document root path

  2. html user name

  3. html group name

  4. server name

  5. path to mysql configuration file


Answer: E


QUESTION: 111

A module loaded into an Apache Web server is:


  1. code to interpret a new class of directives

  2. a server, such as a news server

  3. a dynamic link library

  4. a virtual Apache for each user


Answer: A


QUESTION: 112

Which of the following best describes a virtual hosting with Apache?


  1. A web server that relays web requests to other computers within the server's virtual private network.

  2. One that allows multiple Internet domain names to be associated with multiple IP addresses on the same host.

  3. A server that owns multiple physical network devices with only a single IP address.

  4. One that forwards web page requests to another server.


Answer: B


QUESTION: 113

Apache is best described as . (Select the best answer)


  1. a multi-tasking web-client for Linux

  2. a web-server capable of responding to simultaneous download requests

  3. a slow front-end web-client with a fast back-end server

  4. a GUI-configurable web server for Linux


Answer: B


QUESTION: 114

Which of the following best describes the function of the Apache directive "Document Root"? (Select the best answer)

  1. The httpd's home directory from which all web pages must branch off.

  2. The root directory of the default web page for the host.

  3. The root directory of each web page hosted on the server.

  4. The directory where all configuration files are located.


Answer: C


QUESTION: 115

Carol, the system administrator, needs to add a menu to user John's "Afterstep" window

manager. Which file must be edited in order to add the menu?


  1. /home/John/.afterrc

  2. /etc/.afterrc

  3. /home/John/.steprc

  4. /etc/.startrc


Answer: C


QUESTION: 116

Harry, a user, needs to configure his window manager, "Window Maker." Where will he

find the configuration file?


  1. .window

  2. .windowMaker

  3. ~/WindowMaker

  4. ~/GNUstep/WindowMaker/WindowMaker


Answer: D


QUESTION: 117

Consider the following code taken from the ".xinitrc" file. What is the value that the WINDOWMANAGER should have at the end of the script assuming all window managers are present on the system and that WINDOWMANAGER was NOT previously set?

if test -z "$WINDOWMANAGER" ; then if test -x /usr/X11R6/bin/kde ; then WINDOWMANAGER=/usr/X11R6/bin/kde elif test -x /usr/X11R6/bin/startkde ' then

WINDOWMANAGER=/usr/X11R6/bin/startkde elif test -x / usr/X11R6/bin/fvwm2 ; then WINDOWMANAGER=/usr/X11R6/bin/fvwm2 elif test -x / usr/X11R6/bin/wmlist ; then

for i in '/user/X11R6/bin/wmlist' ; do WINDOWMANAGER='type -p $i'

test -n "$WINDOWMANAGER" && break done fi fi


  1. the WINDOWMANAGER variable will contain a string with a zero value

  2. the WINDOWMANAGER variable will contain a string containing the most recently

    used window manager

  3. the WINDOWMANAGER variable will contain a binary value to indicate whether a

    window manager was found or not

  4. kde

  5. fvwm2

  6. wmlist


    Answer: D


    QUESTION: 118

    Consider the following items. Select the items that most accurately describe daemons.

    1. automated scripts that run at specified time as defined in the /etc/daemons.conf file.

    2. utilities that reside in memory waiting for events to occur in order to perform a service

    3. relatively small programs that reside in memory under the 640 K boundary


      1. i

      2. i and ii

      3. ii and iii

      4. i, ii, and iii

      5. ii

      6. iii

      7. i and iii


Answer: E


QUESTION: 119

After installing Linux, you notice that the X Window system must be started with the "startx" command. Which of the following actions would allow one to automatically

initiate the GUI.


  1. Edit the "/etc/inittab" line that reads "id:Z:initdefault:" where "Z" was the old multi- user run level. Change "Z" to another run level (usually 5) that starts the X Window display manager.

  2. Edit the "/etc/xstart" file and uncomment the line "#/usr/X11R6/bin/xdm"

  3. Edit the file "/etc/xhosts" and add the entry "startx wmanager" where "wmanager" is the name of the window manager to run at system startup.

  4. None of the above.


Answer: A


QUESTION: 120

When attempting to initiate the X Window System, the configuration file will NOT be

read if: (Select all that apply)


  1. X11 is initiated with the "startx" or "xinit" commands but the "~/.xsession" file has the desired changes.

  2. X11 is initiated with "xdm" but the "~/.xinitrc" file has the desired changes.

  3. X11 is initiated with the "startx" or "xinit" commands but the "~/.xinitrc" file is not set executable for the owner.

  4. X11 is initiated with "xdm" but the "~/.xsession" file is not set executable for the owner.


Answer: A, B, C, D


QUESTION: 121

A system has crashed and to repair the system you must get a file system copied to the damaged host but its network connection is not working. Thinking of alternative solutions, you grab a stack of floppies and execute the following command:

goodhost$ tar cvzMf /dev/fd0 DirectoryName

Then, you take the floppies to the damaged host and execute the command:

badhost$ tar xzMf /dev/fd0

This is one way to move large files between two machines.


  1. True

  2. False


Answer: A


QUESTION: 122

Some file names are "special." For example, if you were to write a shell script and use the

file names "script" or "test", you may have unexpected program results because: (Select all that apply)


  1. The example file names also happen to be internal shell commands.

  2. The example file names are also system utilities and the shell may discover and

    execute these commands before it executes your files.

  3. You did not guarantee correct program invocation by using the "./script" or "./test"

    convention.

  4. You put "." directory in your PATH shell variable, but at the end of the list.


Answer: B, C, D


image

6$03/( 48(67,216


7KHVH TXHVWLRQV DUH IRU GHPR SXUSRVH RQO\ )XOO YHUVLRQ LV XS WR GDWH DQG FRQWDLQV DFWXDO TXHVWLRQV DQG DQVZHUV


.LOOH[DPV FRP LV DQ RQOLQH SODWIRUP WKDW RIIHUV D ZLGH UDQJH RI VHUYLFHV UHODWHG WR FHUWLILFDWLRQ H[DP SUHSDUDWLRQ 7KH SODWIRUP SURYLGHV DFWXDO TXHVWLRQV H[DP GXPSV DQG SUDFWLFH WHVWV WR KHOS LQGLYLGXDOV SUHSDUH IRU YDULRXV FHUWLILFDWLRQ H[DPV ZLWK FRQILGHQFH +HUH DUH VRPH NH\ IHDWXUHV DQG VHUYLFHV RIIHUHG E\ .LOOH[DPV FRP


$FWXDO ([DP 4XHVWLRQV .LOOH[DPV FRP SURYLGHV DFWXDO H[DP TXHVWLRQV WKDW DUH H[SHULHQFHG LQ WHVW FHQWHUV 7KHVH TXHVWLRQV DUH XSGDWHG UHJXODUO\ WR HQVXUH WKH\ DUH XS WR GDWH DQG UHOHYDQW WR WKH ODWHVW H[DP V\OODEXV %\ VWXG\LQJ WKHVH DFWXDO TXHVWLRQV FDQGLGDWHV FDQ IDPLOLDUL]H WKHPVHOYHV ZLWK WKH FRQWHQW DQG IRUPDW RI WKH UHDO H[DP


([DP 'XPSV .LOOH[DPV FRP RIIHUV H[DP GXPSV LQ 3') IRUPDW 7KHVH GXPSV FRQWDLQ D FRPSUHKHQVLYH FROOHFWLRQ RI TXHVWLRQV DQG DQVZHUV WKDW FRYHU WKH H[DP WRSLFV %\ XVLQJ WKHVH GXPSV FDQGLGDWHV FDQ HQKDQFH WKHLU NQRZOHGJH DQG LPSURYH WKHLU FKDQFHV RI VXFFHVV LQ WKH FHUWLILFDWLRQ H[DP


3UDFWLFH 7HVWV .LOOH[DPV FRP SURYLGHV SUDFWLFH WHVWV WKURXJK WKHLU GHVNWRS 9&( H[DP VLPXODWRU DQG RQOLQH WHVW HQJLQH 7KHVH SUDFWLFH WHVWV VLPXODWH WKH UHDO H[DP HQYLURQPHQW DQG KHOS FDQGLGDWHV DVVHVV WKHLU UHDGLQHVV IRU WKH DFWXDO H[DP 7KH SUDFWLFH WHVWV FRYHU D ZLGH UDQJH RI TXHVWLRQV DQG HQDEOH FDQGLGDWHV WR LGHQWLI\ WKHLU VWUHQJWKV DQG ZHDNQHVVHV


*XDUDQWHHG 6XFFHVV .LOOH[DPV FRP RIIHUV D VXFFHVV JXDUDQWHH ZLWK WKHLU H[DP GXPSV 7KH\ FODLP WKDW E\ XVLQJ WKHLU PDWHULDOV FDQGLGDWHV ZLOO SDVV WKHLU H[DPV RQ WKH ILUVW DWWHPSW RU WKH\ ZLOO UHIXQG WKH SXUFKDVH SULFH 7KLV JXDUDQWHH SURYLGHV DVVXUDQFH DQG FRQILGHQFH WR LQGLYLGXDOV SUHSDULQJ IRU FHUWLILFDWLRQ H[DPV


8SGDWHG &RQWHQW .LOOH[DPV FRP UHJXODUO\ XSGDWHV LWV TXHVWLRQ EDQN DQG H[DP GXPSV WR HQVXUH WKDW WKH\ DUH FXUUHQW DQG UHIOHFW WKH ODWHVW FKDQJHV LQ WKH H[DP V\OODEXV 7KLV KHOSV FDQGLGDWHV VWD\ XS WR GDWH ZLWK WKH H[DP FRQWHQW DQG LQFUHDVHV WKHLU FKDQFHV RI VXFFHVV


7HFKQLFDO 6XSSRUW .LOOH[DPV FRP SURYLGHV IUHH [ WHFKQLFDO VXSSRUW WR DVVLVW FDQGLGDWHV ZLWK DQ\ TXHULHV RU LVVXHV WKH\ PD\ HQFRXQWHU ZKLOH XVLQJ WKHLU VHUYLFHV 7KHLU FHUWLILHG H[SHUWV DUH DYDLODEOH WR SURYLGH JXLGDQFH DQG KHOS FDQGLGDWHV WKURXJKRXW WKHLU H[DP SUHSDUDWLRQ MRXUQH\


'PS .PSF FYBNT WJTJU IUUQT LJMMFYBNT DPN WFOEPST FYBN MJTU

.LOO \RXU H[DP DW )LUVW $WWHPSW *XDUDQWHHG