LPICは、世界最大のLinux技術者受験者数を有します。Linux技術者の正確なスキルを判断する世界標準として認められ、多くの企業、教育機関、公的機関に取り入れられています。 LPICは2009年9月末には、全世界で23万人以上が受験し、7万6千人以上のLPIC認定者が生まれています。これはLinux技術者認定試験では世界最大です。2009年9月には日本国内での累計受験者数が12万8千人を突破しました。117-199の問題集を提供いたします
1. What is file system journaling?
A. a feature implemented in some file system drivers that provides a snapshot journal entry of a file
system's entire state
B. a logging facility, implemented by the fsjournald daemon, that records all file system configuration
changes to /var/log/filesystems
C. a feature of some file system drivers that makes file system operations atomic across reboots
D. a feature of some file system drivers that makes all disk I/O operations atomic
Answer: C
2. What sound daemon is used in a standard Ubuntu desktop installation?
A. alsa
B. arts
C. esd
D. jack
E. oss
Answer: C
3. You manually changed the network configuration for eth2 in the configuration files. How would you
change the current settings for this network device only?
A. ifrestart eth2
B. ifdown eth2 ; ifup eth2
C. /etc/init.d/networking restart
D. /etc/network/interfaces
Answer: B
4. What command is used to search repositories for packages whose name contains the string "ubuntu"?
A. apt-get -n search ubuntu
B. apt-cache -n search ubuntu
C. apt-cache -p search ubuntu
D. apt-file -n search ubuntu
E. apt-file -p search ubuntu
Answer: B
5. What text file is used to configure, among other things, the source databases used for resolving host
names, domain names, logins, and passwords?
A. /etc/shadow
B. /etc/resolv.conf
C. /etc/exports
D. /etc/services
E. /etc/nsswitch.conf
Answer: E
6. You have installed a new window manager on an Ubuntu system, and find that it is not listed in the
"Session" menu on the graphical login screen. Which of the options below will fix this?
A. Create a file called ~/.Xsession and add a line which starts the window manager.
B. Add a suitable line to /etc/gdm/Xsession which starts the window manager.
C. Add an exec statement to /etc/X11/xinit/xinitrc which starts the window manager.
D. Create a .desktop file and place it in /usr/share/xsessions.
Answer: D
7. Which tool may be used to obtain a list of currently attached bluetooth devices?
A. lsbluetooth
B. hal-device-manager
C. hcidump
D. bluez-devices
Answer: B