IT업계에서 자신만의 위치를 찾으려면 자격증을 많이 취득하는것이 큰 도움이 될것입니다. LPIC Level1 117-102시험은 아주 유용한 시험입니다. LPIC Level1 117-102시험출제경향을 퍼펙트하게 연구하여 Pass4Test에서는 LPIC Level1 117-102시험대비덤프를 출시하였습니다. Pass4Test에서 제공해드리는 LPIC Level1 117-102시험덤프는 시장에서 판매하고 있는 LPIC Level1 117-102덤프중 가장 최신버전덤프로서 덤프에 있는 문제만 공부하시면 시험통과가 쉬워집니다.
NO.1 What protocol will allow you to keep accurate time on your hosts?
A. ntp
B. nntp
C. ncftp
D. inn
E. ntime
Answer: A
NO.2 What file should be edited to make the system aware of newly added library files?
A. /etc/modules.conf
B. /etc/conf.modules
C. /etc/ld.so.conf
D. /etc/ld.so.cache
E. /etc/LD_LIBRARY_PATH.conf
Answer: C
Explanation:
ldconfig creates the necessary links and cache to the most recent shared libraries found in the
directories specified on the command line, in the file /etc/ld.so.conf, and in the trusted
directories(/lib and /usr/lib). The cache is used by the run-time linker, ld.so or ld-linux.so. ldconfig
checks the header and file names of the libraries it encounters when determining which versions
should have their links updated. Some files: /lib/ld.so run-time linker/loader /etc/ld.so.conf File
containing a list of colon, space, tab, newline, or comma spearated directories in which to search for
libraries. /etc/ld.so.cache File containing an ordered list of libraries found in the directories specified
in /etc/ld.so.conf
NO.3 What can you do to recover a lost passphrase for a DSA or RSA authentication key?
A. Run the ssh-keygen command.
B. Run the ssh -recover command.
C. A lost passphrase cannot be recovered.
D. Decrypt the authentication key with gpg.
E. Decrypt the authentication key with ssh -decrypt.
Answer: C
NO.4 Some loadable kernel modules accept options at load time. This can be used to set interrupt o
r
IO addresses, for example. The place to set these options is?
A. /etc/conf.modules
B. /etc/lilo.conf
C. /boot/System.map
D. /etc/sysconfig
E. /boot/module-info
Answer: E
NO.5 To test a shell script called myscript, the environment variable FOOBAR must be removed
temporarily. How can this be done?
A. unset -v FOOBAR
B. set -a FOOBAR=""
C. env -u FOOBAR myscript
D. env -i FOOBAR myscript
Answer: C
NO.6 CORRECT TEXT
The last command functionality needs what log file to be present to operate properly? Type the full
path and name of the file.
Answer: /var/log/wtmp
NO.7 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 clean
B. make shot
C. make clear
D. make remove
Answer: A
Explanation:
If your new kernel does really weird things after a routine kernel upgrade, chances are you forgot to
make clean before compiling the new kernel. Symptoms can be anything from your system outright
crashing, strange I/O problems, to crummy performance. Make sure you do a make dep, too.
NO.8 What is a well-known service that binds port 25 and is it required on all hosts?
A. SNMP and it should be turned off if not needed.
B. SMTP and it is a required service.
C. SMTP and it is only required on MX hosts.
D. SLPD and it is required if you run LDAP services.
E. SSHD and it is required for secure logins.
Answer: C