Sep
27th

Pass4side 117-199 Full Version Part XIII

Files under 117-199 | Leave a Comment

61. When installing Samba on an existing installation an administrator wants to reuse the Linux passwords for Samba.
What command will accomplish this?
A. cp /etc/passwd /etc/samba/passwd
B. cp -a /etc/passwd /etc/samba/smbpasswd
C. cat /etc/passwd | mksmbpasswd > /etc/samba/smbpasswd
D. smbpasswd </etc/passwd
Answer: C

62. If you are using Malone, what are you likely doing?
A. creating a bug report at http://launchpad.net
B. running a beta-release of an Ubuntu distribution
C. configuring localization settings of an Ubuntu installation
D. using ubuntu.com’s support forum
E. assisting with translation at http://launchpad.net.
Answer: A

63. Which command will assign the value true to key /my/var in the gconf database?
A. gconf -set “/my/var” -type boolean “true”
B. gconftool-2 -set “/my/var” -type bool “true”
C. gconftool-2 -set /my/var true
D. gconf-edit -set “my/var” -boolean “true”
E. gconf-edit -set /my/var true
Answer: B

64. What must you do to be able to use the Microsoft TrueType Core Fonts in your documents and on-screen?
A. You may not do this as these fonts are proprietary.
B. Enable the multiverse repository and install the msttcorefonts package.
C. Enable the universe repository and install the msttcorefonts package.
D. Enable the core fonts in defoma.
Answer: B

65. You want to make a new kind of desktop login available to GDM. You can create the required .desktop files in
which directory? (Please choose TWO correct answers.)
A. /etc/X11/xsessions
B. /etc/X11/gdm/sessions
C. /usr/share/gdmsessions
D. /usr/share/xsessions
Answer: AD

More Infomation Visit:

www.pass4side.com

Sep
27th

Pass4side 117-199 Full Version XII

Files under 117-199 | Leave a Comment

56. Which list shows all official Ubuntu distributions and derivatives?
A. Ubuntu, Xubuntu, Zubuntu, Gubuntu, nUbuntu
B. Ubuntu, Kubuntu, Zubuntu, Edubuntu, nUbuntu
C. Ubuntu, Kubuntu, Edubuntu, Xubuntu, ImpiLinux
D. Ubuntu, Gubuntu, Zubuntu, Xubuntu, ImpiLinux
Answer: C

57. Which of these features are exclusive to evolution-exchange? (Please choose TWO correct answers.)
A. Access Delegation
B. Password Management
C. “Out of Office” Messages
D. Remote Exchange Information Store
Answer: AC

58. Which ACPI state is the equivalent of Software Suspend (the “Hibernate” option in the Log Out window)?
A. S1
B. S2
C. S3
D. S4
Answer: D

59. In setting up an NFS share, what NFS option will disable a client-side root user from having root access to the shared
information?
A. root=nobody
B. no_root
C. root_squash
D. user_only
Answer: C

60. Which subsystem is responsible for the detection of bluetooth devices?
A. acpi
B. snmp
C. hal
D. hotplug
Answer: D
 
More Infomation Visit:
www.pass4side.com

 

Sep
27th

Pass4side 117-199 Full Version Part XI

Files under 117-199 | Leave a Comment

51. Which of the following GUI applications allow Ubuntu packages to be updated? (Please choose TWO correct
answers.)
A. update-manager
B. up2date
C. yast
D. gnome-application-installer
E. synaptic
Answer: AE

52. Which of the following features does Evolution include? (Please choose TWO correct answers.)
A. Remote OLE collaboration through Exchange server
B. iCalendar Meeting Request
C. Recall Message
D. Newsgroup support
E. Address Completion
Answer: BE

53. Ubuntu Linux is based on what release of the Debian GNU/Linux distribution?
A. Stable
B. Testing
C. Unstable
D. Experimental
Answer: C

54. What approach does NFS take to counteract hostile interception?
A. no authentication or encryption
B. user-supplied password used as secret key for encrypted communications
C. end-to-end TLS encryption, with PKI certificates
D. SHA1 credential hashing authentication
Answer: A

55. A French user has installed the French language pack, but currencies are still being displayed with a leading ‘$’ sign
in his spreadsheets. What must be done to fix this?
A. Alter the locale.
B. Set the timezone correctly.
C. Edit /etc/currency.
D. Reinstall the French language pack.
Answer: A

More Infomation Visit:

www.pass4side.com

Sep
27th

Pass4side 117-199 Full Version Part X

Files under 117-199 | Leave a Comment

46. Bob has used the “connect to server” tool in Gnome to create a connection to a share called “docs” on a samba server
called “pickle”. Now, the share is:
A. mounted at /home/bob/Desktop/pickle/docs.
B. mounted at /media/pickle/docs.
C. mounted at /mnt/docs.
D. available through Gnome applications only.
Answer: D

47. Which command would you use to browse the root categories in the Gnome configuration?
A. gnomevfs-ls
B. gconf-browse
C. gconf-tool -all-dirs /
D. browsegnomeconf
Answer: C

48. Select one of the directories that must be removed to return a single user’s Gnome settings to the system default?
A. /etc/gconf/
B. /etc/gconfd/
C. ~/.gconf/
D. ~/.gconfd/
Answer: C

49. Which will run user-specified code before an interface is brought up?
A. Write a custom script and install it in /etc/if-post-up.d/
B. Write a custom script and install it in /etc/if-pre-up.d/
C. Write a custom script and install it in /etc/if-up.d/
D. Write a custom script and install it in /etc/if-up/
Answer: B

50. What is a PPD file?
A. It is a filter that converts PostScript output for non-PostScript printers.
B. It is a filter that converts non-PostScript output for PostScript printers.
C. It is a test-page used to demonstrate a printer’s capabilities.
D. It contains all printer-specific information about a particular printer model.
Answer: D

More Infomation Visit:

www.pass4side.com

Sep
27th

Pass4side 117-199 Full Version Part IX

Files under 117-199 | Leave a Comment

41. To prevent the GDM queue from being filled-up by denial-of-service attacks, what variables in gdm.conf are set to a
low value? (Please choose TWO correct answers.)
A. QueueLimit
B. DisplaysPerHost
C. RemoteLogins
D. MaxPending
Answer: BD

42. What command is used to add a new CDROM to APT’s list of available sources?
A. apt-get add -d /media/cdrom
B. apt-cdrom add -d /media/cdrom
C. apt-config add -d /media/cdrom
D. apt-setup add -d /media/cdrom
Answer: B

43. What entry in the NFS access control file will allow all computers within the domain foobar.net read-only access to
the directory, /usr/local/backup?
A. /usr/local/backup *.foobar.net(ro)
B. /usr/local/backup read_only=foobar.net
C. read_only=/usr/local/backup foobar.net
D. *.foobar.net /usr/local/backup options=!write
E. foobar.net:/usr/local/backup
Answer: A

44. You want all users on a machine to be able to administer printers. What line in your /etc/sudoers would achieve this?
A. ALL ALL = /usr/bin/gnome-cups-manager
B. /usr/bin/gnome-cups-manager, ALL, ALL, users
C. /usr/bin/gnome-cups-manager (ALL) ALL, users
D. ALL (ALL) = /usr/bin/gnome-cups-manager
Answer: A

45. How do you see which packages a package depends on (e.g. gimp)?
A. apt-cache -show-deps gimp
B. aptitude show gimp
C. apt-show all gimp
D. dpkg -show gimp
Answer: B

More Infomation Visit:

www.pass4side.com