107-102

Embed Size (px)

Citation preview

  • 8/12/2019 107-102

    1/25

  • 8/12/2019 107-102

    2/25

  • 8/12/2019 107-102

    3/25

  • 8/12/2019 107-102

    4/25

    Save Time. Save Money. Study Faster. Study Smarter. -------- www.PassITExam.com

    You need to manage your user aliases. The format for an alias is:

    A. First.Lastname:username

    B. Last.Firstname:username

    C. Username: First.Lastname

    D. Username: First.Lastname: password, Servername

    E. Username: First.Lastname: password

    Correct answer is: A

    9. You are a Junior Linux Engineer. You are managing your company's Linux systems.

    You are tuning the kernel. What utility examines the object file module_file associated

    with a kernel module and displays any information that it can glean?

    A. modprobe

    B. rmod

    C. depmod

    D. insmod

    E. modinfoF. rmodp

    Correct answer is: E

    10. You are a Junior Linux Engineer. You are managing your company's Linux

    systems. You want to use depmod. Which of the following correctly describe the

    relationship between depmod and modprobe?

    A. modprobe creates a dependency file for use by depmod

    B. depmod creates a dependency file for use by modprobe

    C. they have no relationship

    D. they can replace each other

    E. both of them are no longer supported by the latest kernel revisions

    Correct answer is: B

    11. You are a Junior Linux Engineer. You are managing your company's Linux

    systems. You want to use modinfo. What command option of modinfo can display its

    version number?

    A. -A

    B. -V

    C. -I

    D. -c

    E. -print

    F. -i

  • 8/12/2019 107-102

    5/25

    Save Time. Save Money. Study Faster. Study Smarter. -------- www.PassITExam.com

    Correct answer is: B

    12. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. You need to prepare to compile a kernel. Which of the

    following commands can you use to create the config file?

    A. /configure

    B. make config

    C. make kernelconfig

    D. make kernel

    E. /configure

    Correct answer is: B

    13. You are a Junior Linux Engineer. You are managing your company's Linux

    systems. You want to upgrade to a new Linux kernel. Upgrading a kernel involves

    which of the following tasks (choose all that apply):

    A. configuring the desired modules

    B. cleaning the viruses

    C. compiling the kernel and modules

    D. conducting a system reboot

    E. installing the kernel image

    F. scanning for the system cards

    Correct answer is: ACDE

    14. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. In vi, what is the effect of using the R key?

    A. replacing a single character

    B. undoing an action

    C. copying text

    D. entering into the replace text mode

    E. removing a single character

    Correct answer is: A

    15. You are a Junior Linux Engineer. You are managing your company's Linux

    systems. You are tuning your kernel. What command should you use to unload

    loadable modules from the running kernel?

    A. remove -mod

  • 8/12/2019 107-102

    6/25

    Save Time. Save Money. Study Faster. Study Smarter. -------- www.PassITExam.com

    B. rmmod

    C. lsrmod

    D. delmod

    E. unload module

    F. lsmod

    Correct answer is: B

    16. You are a Junior Linux Engineer. You are managing your company's Linux

    systems. You need to configure a boot loader. Which bootloader can lie to Windows

    and make Windows believe that it's installed on the first partition even if it's not?

    A. winLILO

    B. LILO

    C. winBOOT

    D. GRUB

    E. FILO

    F. XLoad

    Correct answer is: D

    17. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. You are using tar. Which tar options can show the file list while

    compressing?

    A. tar -x backup.tar /backup

    B. tar -ctf backup.tar /backup

    C. tar -df backup.tar /backup

    D. tar -xf backup.tar /backup

    Correct answer is: B

    18. You are a Junior Linux Engineer. You are managing your company's Linux

    systems. You are examining some codes. Refer to these codes:

    struct utsname {

    22

    char sysname[SYS_NMLN];

    char nodename[SYS_NMLN];char release[SYS_NMLN];

    char version[SYS_NMLN];

    char machine[SYS_NMLN];

    char domainname[SYS_NMLN];

    };

    The above structure is associated with what command?

  • 8/12/2019 107-102

    7/25

    Save Time. Save Money. Study Faster. Study Smarter. -------- www.PassITExam.com

    A. struct

    B. uname

    C. nameu

    D. ustruct

    E. lstruct

    F. cstruct

    Correct answer is: B

    19. You are a Junior Linux Engineer. You are managing your company's Linux

    systems. You want to use lsmod. lsmod shows information in which of the following

    formats?

    A. name, size, list of outdating modules, use count

    B. name, use count, list of referring modules, size

    C. name, size, use count, list of referring modulesD. name, size, list of referring modules, use count

    E. name, size, list of referring modules, system time

    Correct answer is: C

    20. You are a Junior Linux Engineer. You are managing your company's Linux

    systems. You are working on a Linux kernel. Which of the following correctly describe

    a Monolithic Kernel (choose all that apply):

    A. it is built into one single binary.

    B. it is loaded completely into memory at boot time.

    C. it pre-dates micro-kernel architecture by at least ten years.

    D. it pre-dates micro-kernel architecture by at least 20 years.

    E. it is 100% hacker proof

    Correct answer is: ABC

    21. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. You are submitting print jobs. What parameter should you useto suppress the banner?

    A. -m

    B. -#

    C. -b

    D. -K

    E. -T

  • 8/12/2019 107-102

    8/25

    Save Time. Save Money. Study Faster. Study Smarter. -------- www.PassITExam.com

    F. -w

    Correct answer is: C

    22. You are a Junior Linux Engineer. You are managing your company's Linux

    systems. You need to manage your user accounts. To create a user account, keep in

    mind that the username is at the most ____ characters long.

    A. 6

    B. 64

    C. 8

    D. 32

    E. no limit

    F. 18

    G. 12

    Correct answer is: C

    23. You are a Junior Linux Engineer. You are managing your company's Linux

    systems. You are configuring the kernel using insmod. What option of the insmod

    command can you use to force the loading of module even if problems are

    encountered?

    A. -f

    B. -F

    C. -u

    D. -i

    E. -r

    F. -t

    Correct answer is: A

    24. You are a Junior Linux Engineer. You are managing your company's Linux

    systems. You want to compile a new kernel. Which of the following commands will

    attempt to configure the kernel from an old configuration file and run through the make

    config process for you?

    A. make check run

    B. make oldconfig

    C. make clean

    D. make newconfig

    E. make gen

    F. make run

  • 8/12/2019 107-102

    9/25

    Save Time. Save Money. Study Faster. Study Smarter. -------- www.PassITExam.com

    Correct answer is: B

    25. You are a Junior Linux Engineer. You are managing your company's Linux

    systems. You are using insmod. With insmod,

    A. the paths listed in /etc/modules.conf is never used.

    B. the paths listed in /etc/modules.conf does not override the paths defined in

    MODPATH.

    C. the paths listed in /etc/modules.conf override the paths defined in MODPATH.

    D. None of the choices.

    Correct answer is: C

    26. You are a Junior Linux Engineer. You are managing your company's Linux

    systems. You want to compile a new kernel. What command will compile the Linux

    kernel and leave a file called bzImage in the floppy disk?

    A. make bzImageB. make compile

    C. make bootsys

    D. make sys

    E. make floppy

    F. make Image

    G. make bzdisk

    Correct answer is: G

    27. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. What is the most common method of connecting your linuxbox

    to the internet via dialup?

    A. UUCP

    B. PPP

    C. Ethernet

    D. SLIP

    Correct answer is: B

    28. You are a Linux System Engineer. You are administering your company's Linux

    systems. You are configuring the shadow password system. Which of the following

    are the valid fields in the shadow file (choose all that apply):

    A. The number of days after which password must be changed

    B. The number of days to warn user of an expiring password

  • 8/12/2019 107-102

    10/25

    Save Time. Save Money. Study Faster. Study Smarter. -------- www.PassITExam.com

    C. The user login server.

    D. The number of days since the password was last changed.

    E. The user profile path.

    F. The number of days before password may be changed

    Correct answer is: ABDF

    29. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. Which of the following is the statement which would create a

    default route using a gateway of 192.168.1.1?

    A. route default 192.168.1.1

    B. ifconfig default gw 192.168.1.1 eth0

    C. ip route default 192.168.1.1

    D. netstat -add default gw

    E. route add default gw 192.168.1.1

    Correct answer is: E

    30. You are a Linux System Engineer. You are administering your company's Linux

    systems. You are partitioning your system drive. You can create multiple swap

    partitions:

    A. only if you have a single physical hard drive in your system.

    B. on a removable CDR disc.

    C. on a piece of system memory.

    D. only if you have more than one physical hard drive in your system.

    Correct answer is: D

    31. You are a Junior Linux Engineer. You are managing your company's Linux

    systems. You want to use depmod. The normal use of depmod is to include which of

    the following lines in one of the files in /etc/rc.d so the correct module dependencies

    will be available after booting the system?

    A. /sbin/depmod -a

    B. /sbin/depmod -pC. /sbin/depmod -c

    D. /sbin/depmod -r

    E. /sbin/depmod -C

    F. /sbin/depmod -i

    G. /sbin/depmod -A

    Correct answer is: A

  • 8/12/2019 107-102

    11/25

    Save Time. Save Money. Study Faster. Study Smarter. -------- www.PassITExam.com

    32. You are a Junior Linux Engineer. You are managing your company's Linux

    systems. You need to update a kernel. If your new kernel does not behave normally

    after a routine kernel upgrade, chances are that you forgot to _______ before

    compiling the new kernel.

    A. make shot

    B. make clear

    C. make clean

    D. make remove

    E. make restart

    F. make reset

    Correct answer is: C

    33. You are a Linux System Engineer. You are administering your company's Linux

    systems. You are configuring X. Which of the following is responsible for how X looks

    and how it interacts with you and your applications?

    A. The application launcher

    B. The window manager

    C. The X Window System

    D. The X Session Monitor

    E. The X Configurator

    Correct answer is: C

    34. You are a Junior Linux Engineer. You are managing your company's Linux

    systems. You want to use lsmod. The information displayed by lsmod is identical to

    that available from:

    A. /proc/ls

    B. /proc/depmod

    C. /proc/modules

    D. /proc/_modules

    E. /proc/lddmod

    F. /proc/lsmod

    Correct answer is: C

    35. You are a Junior Linux Engineer. You are managing your company's Linux

    systems. You want to use make. GNU Make is supposed to determine which pieces of

    a large program need to be recompiled and issues the commands to recompile them

    when necessary.

  • 8/12/2019 107-102

    12/25

    Save Time. Save Money. Study Faster. Study Smarter. -------- www.PassITExam.com

    A. that's true

    B. that's NOT true

    Correct answer is: A

    36. You are a Linux System Engineer. You are administering your company's Linux

    systems. You are configuring the shadow password system. Within the shadow file, if

    we place a 0 in the field that represents the number of days before password may be

    changed, the corresponding user password:

    A. may never be changed.

    B. the user account is disabled.

    C. there is no enough info to determine the answer.

    D. may be changed at any time.

    Correct answer is: D

    37. You are a Junior Linux Engineer. You are managing your company's Linux

    systems. You are configuring the kernel using insmod. insmod tries to link a module

    into the running kernel by resolving all symbols obtained from:

    A. the kernel's internal pointer base.

    B. the kernel's exported symbol table.

    C. the Linux file distribution list.

    D. the user command argument list.

    E. the vendor's ftp site.

    Correct answer is: B

    38. You are a Junior Linux Engineer. You are managing your company's Linux

    systems. You are fine tuning your kernel. In theory, you can find out how much

    memory the kernel is using by taking the total amount of memory in your machine and

    subtracting from it the amount of:

    A. "total mem" in /proc/memused

    B. "total mem" in /proc/meminfoC. "total mem" in /proc/memcurrent

    D. "total current mem" in /proc

    E. "total free mem" in /proc/memcurrent

    Correct answer is: B

    39. You are a Junior Linux Engineer. You are managing your company's Linux

  • 8/12/2019 107-102

    13/25

    Save Time. Save Money. Study Faster. Study Smarter. -------- www.PassITExam.com

    systems. You are checking your files' dependency. Which of the following insures that

    all of the dependencies, such as the include files, are in place?

    A. make dep

    B. make clean

    C. make_install

    D. make_dep

    E. make _compile

    F. make_run

    Correct answer is: A

    40. You are a Linux System Engineer. You are administering your company's Linux

    systems. You need to setup a schedule for cron. Refer to this line of codes:

    20 22 * * * /home/username/www/cgi-bin/members.cgi

    22 represents:

    A. the month

    B. the hour of the day

    C. the weekday of the day

    D. the minute of cron work

    E. the group ID

    F. the process ID

    G. the user ID

    Correct answer is: B

    41. You are a Junior Linux Engineer. You are managing your company's Linux

    systems. You are studying the Linux kernel architecture. Rate this comment: Linux by

    and large is monolithic.

    A. that's NOT true

    B. that's true

    Correct answer is: B

    42. You are a Linux System Engineer. You are administering your company's Linux

    systems. You need to manage your user accounts. To change a password on behalf

    of a user, you should first "su" to the "root" account and then invoke the ________

    command.

    A. passup

    B. passwd

  • 8/12/2019 107-102

    14/25

    Save Time. Save Money. Study Faster. Study Smarter. -------- www.PassITExam.com

    C. passset

    D. setpass

    E. password

    F. setpass

    Correct answer is: B

    43. You are a Junior Linux Engineer. You are managing your company's Linux

    systems. You want to upgrade to a new kernel. Incremental upgrades of the kernel

    are typically distributed as:

    A. patches.

    B. fixes.

    C. service packs.

    D. hotfixes.

    E. source files.

    F. runtimes.

    Correct answer is: A

    44. You are a Junior Linux Engineer. You are managing your company's Linux

    systems. You are using make. Which of the following brings up a user friendly GUI

    interface (choose all that apply):

    A. make compile

    B. make menuconfig

    C. make config

    D. make xconfig

    E. make x

    F. make GUI

    Correct answer is: BD

    45. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. You are using lpr. Which of the following represents the

    directory for printer spooling?

    A. /var/spool/output/*/cf*

    B. /var/spool/output/*/df*

    C. /var/spool/output/*/tf*

    D. /usr/sbin/lpd*

    E. /etc/printcap

    F. /var/spool/output/*

  • 8/12/2019 107-102

    15/25

    Save Time. Save Money. Study Faster. Study Smarter. -------- www.PassITExam.com

    Correct answer is: F

    46. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. What command will you use to suspend the printer queue (fill

    in the blank)

    please type in your answer in the form below:

    Correct answer is: lpc

    47. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. You need to verify the modem operations. What utility can help

    you do this?

    A. ifconfig

    B. None of the choices.

    C. minicom

    D. tracertE. ipxping

    F. ping

    Correct answer is: C

    48. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. How do you install LILO bootloader?

    A. run /sbin/lilo

    B. run /bin/lilo

    C. run /usr/lilo

    D. run /etc/lilo

    E. None of the choices.

    Correct answer is: A

    49. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. Which of the following are supported by most of the Linux

    distributions released in the last two years (Choose all that apply)?

    A. parallel

    B. standard serial

    C. joystick ports

    D. firewire

    E. USB

    Correct answer is: ABC

  • 8/12/2019 107-102

    16/25

    Save Time. Save Money. Study Faster. Study Smarter. -------- www.PassITExam.com

    50. You are a Junior Linux Engineer. You are managing your company's Linux

    systems. You need to configure the root account. Rate this comment: The "root"

    account has no security restrictions imposed upon it.

    A. that's true

    B. that's NOT true

    Correct answer is: A

    51. You are a Linux System Engineer. You are administering your company's Linux

    systems. To disable a user account on a system that does not deploy shadow

    password, you need to edit which file?

    A. /etc/shadow

    B. /etc/passwd

    C. /etc/_users

    D. /etc/usersE. /etc/.HOME

    F. /etc/_passwd

    Correct answer is: B

    52. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. You want to update the cached shared library data your

    invoicing application is using. Choose the simplest command you will use:

    A. ldconfig

    B. ld

    C. ldd

    D. lad

    E. None of the choices.

    Correct answer is: A

    53. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. You are using rpm. You need to display the information of thepackages owned by your accounting department. What parameter or option will you

    use with the rpm command?

    A. -e

    B. -q

    C. -V

    D. -b

  • 8/12/2019 107-102

    17/25

    Save Time. Save Money. Study Faster. Study Smarter. -------- www.PassITExam.com

    E. -i

    F. -p

    G. None of the choices.

    Correct answer is: F

    54. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. Your sales application is using cached shared library data. You

    want to view the current cache. Choose the simplest command as well as the

    parameter you will use:

    A. ldconfig -p

    B. ldd -p

    C. ld -p

    D. lad -sa

    E. None of the choices.

    Correct answer is: A

    55. You are a Linux System Engineer. You are administering your company's Linux

    systems. When you use the passwd command to configure a user password,

    A. the password does not echo to the screen when you enter it.

    B. the password echoes to the screen when you enter it.

    C. the password is encrypted real time.

    D. the password is shadowed immediately no matter what

    Correct answer is: A

    56. You are a Junior Linux Engineer. You are managing your company's Linux

    systems. You need to manage your user aliases. To add a e-mail alias when

    configuring a new user account, what file must you edit?

    A. /etc/aliases

    B. /etc/.aliases

    C. /etc/alias

    D. /etc/mail/aliasesE. /etc/mail/_aliases

    Correct answer is: A

    57. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. Which of the following are the valid authentication methods

    you may use with PPP (Choose all that apply)?

  • 8/12/2019 107-102

    18/25

    Save Time. Save Money. Study Faster. Study Smarter. -------- www.PassITExam.com

    A. PAP

    B. LAP

    C. DETP

    D. CHAP

    Correct answer is: AD

    58. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. How do you refer to the first partition on the first IDE drive in

    your system?

    A. hda1

    B. hda0

    C. sda

    D. hda

    E. sda1

    Correct answer is: A

    59. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. You are configuring the ppp daemon. Where are the options

    for this daemon located?

    A. None of the choices.

    B. /etc/ppp/options

    C. /etc/options/ppp

    D. /etc/options

    E. /ppp/options

    Correct answer is: B

    60. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. When you configure the swap memory size, what guideline

    should you follow?

    A. It must not be smaller than the physical memory sizeB. It must not be larger than the physical memory size

    C. It must equals the physical memory size

    D. It must not be presented on an IDE drive

    Correct answer is: A

    61. You are the Linux Administrator for your company. Your company is running with a

  • 8/12/2019 107-102

    19/25

    Save Time. Save Money. Study Faster. Study Smarter. -------- www.PassITExam.com

    generic Linux solution. You are configuring the devices. Which of the following is a

    valid command in Linux that can alter device configuration?

    A. setpt

    B. dmesg

    C. setdev

    D. setserial

    E. None of the choices.

    F. setport

    Correct answer is: D

    62. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. You are using dpkg as your package management solution.

    Choose the simplest command you will use for invoking a graphical interface:

    A. dselect

    B. dselC. dpkg -G

    D. dpkg - s

    Correct answer is: A

    63. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. You are configuring the devices. Which of the following

    directories contains file(s) for each of the ports and devices supported?

    A. /usr

    B. /dev

    C. /sbin

    D. /bin

    E. /opt

    F. None of the choices.

    Correct answer is: B

    64. You are the Linux Administrator for your company. Your company is running with ageneric Linux solution. Which of the following shows the interrupts currently in use on

    your Linux system (Choose all that apply)?

    A. /proc

    B. /proc/irq

    C. /proc/interrupts

    D. None of the choices.

  • 8/12/2019 107-102

    20/25

    Save Time. Save Money. Study Faster. Study Smarter. -------- www.PassITExam.com

    E. /proc/mem

    Correct answer is: C

    65. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. You are considering a package management solution. Which

    of the following are package managers (Choose all that apply)?

    A. RPM

    B. spkg

    C. package magic

    D. dpkg

    Correct answer is: AD

    66. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. You want to know what shared libraries your invoicing

    application is dependent upon. Choose the simplest command you will use:

    A. ldd

    B. lad

    C. ld

    D. ldconfig

    E. None of the choices.

    Correct answer is: A

    67. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. Choose the simplest command you will use to list your loaded

    modules (fill in the blank):

    A. modls

    B. modlist

    C. listmod

    D. lsmod

    E. insmod

    Correct answer is: D

    68. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. How do you refer to the first IDE drive in your system?

    A. sda

    B. hda1

  • 8/12/2019 107-102

    21/25

    Save Time. Save Money. Study Faster. Study Smarter. -------- www.PassITExam.com

    C. hda

    D. hda0

    E. sda1

    Correct answer is: C

    69. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. You are using the tar command. What parameter should you

    use for extracting files?

    A. c

    B. x

    C. f

    D. k

    E. v

    F. i

    G. g

    Correct answer is: B

    70. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. You are using dpkg as your package management solution.

    Choose the parameter you will use for listing the information of the package:

    A. -i

    B. -l

    C. -c

    D. -r

    E. None of the choices.

    Correct answer is: B

    71. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. You are using dpkg as your package management solution.

    Choose the parameter you will use for installing packages:

    A. -iB. -r

    C. -l

    D. -c

    Correct answer is: A

    72. You are the Linux Administrator for your company. Your company is running with a

  • 8/12/2019 107-102

    22/25

    Save Time. Save Money. Study Faster. Study Smarter. -------- www.PassITExam.com

    generic Linux solution. Which of the following files contains information required by

    LILO to load the kernel?

    A. /etc/lilo.conf

    B. /usr/lilo.conf

    C. /opt/lilo.conf

    D. /etc/liloconf/lilo.conf

    Correct answer is: A

    73. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. You need to send multiple files to Jay for installation. What

    format is the best to use?

    A. tarball

    B. tarred

    C. gzipped

    D. zippedE. None of the choices.

    Correct answer is: A

    74. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. You are using rpm. You need to install some packages. What

    parameter or option will you use with the rpm command?

    A. -i

    B. -e

    C. -V

    D. -q

    E. None of the choices.

    F. -b

    Correct answer is: A

    75. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. Which of the following UART types are supported by Linux(Choose all that apply)?

    A. 8250

    B. 17000

    C. 16450

    D. 16550

    E. 16550A

  • 8/12/2019 107-102

    23/25

    Save Time. Save Money. Study Faster. Study Smarter. -------- www.PassITExam.com

    Correct answer is: ACDE

    76. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. You are using dpkg as your package management solution.

    Choose the parameter you will use for listing all the files of the packages:

    A. -r

    B. -i

    C. -l

    D. -c

    E. None of the choices.

    Correct answer is: D

    77. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. Choose the simplest command you will use to remove a

    module from your system

    A. modls

    B. lsmod

    C. listmod

    D. rmmod

    E. None of the choices.

    F. modlist

    Correct answer is: D

    78. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. In vi, what is the effect of using the h key?

    A. moves down

    B. moves up

    C. moves left

    D. moves right

    E. None of the choices.

    Correct answer is: C

    79. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. You are to install a particular module. What variable

    determines the module search path

    A. MODES

  • 8/12/2019 107-102

    24/25

    Save Time. Save Money. Study Faster. Study Smarter. -------- www.PassITExam.com

    B. MODPATH

    C. MODSPATHS

    D. MOD_PATHS

    Correct answer is: B

    80. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. What is a reasonable command to install a set of Debian

    packages stores in the directory temp?

    A. dpkg -i temp

    B. dpkg -iGRE temp/*.deb

    C. dpkg -i temp/*.deb

    D. dpkg -iGRE temp

    Correct answer is: B

    81. You are the Linux Administrator for your company. Your company is running with ageneric Linux solution. You need to send multiple files to Jay for installation. What

    tools should you use?

    A. tar and zip

    B. cpio and tar

    C. cpio and gzip

    D. tar and gzip

    E. None of the choices

    Correct answer is: D

    82. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. Choose the simplest command you will use to print the

    information of a module:

    A. listmod

    B. modlist

    C. lsmod

    D. modlsE. rmmod

    F. None of the choices.

    G. modinfo

    Correct answer is: G

    83. You are the Linux Administrator for your company. Your company is running with a

  • 8/12/2019 107-102

    25/25

    Save Time. Save Money. Study Faster. Study Smarter. -------- www.PassITExam.com

    generic Linux solution. You are using the tar command. What parameter should you

    use for verbose output?

    A. x

    B. f

    C. c

    D. v

    E. i

    F. k

    G. g

    Correct answer is: D

    84. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. Which of the following is the most secure authentication

    method you may use with PPP?

    A. CHAPB. PAP

    C. LAP

    D. DETP

    Correct answer is: A

    85. You are the Linux Administrator for your company. Your company is running with a

    generic Linux solution. You configure PPP. What daemon handles PPP in Linux?

    A. diald

    B. netd

    C. None of the choices.

    D. if.d

    E. pppd

    Correct answer is: E