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