LPIC 102-500
User Interfaces and Desktops exam
Answers with explanation
Take the test here (You need an account. It's free)
1. Within which configuration file is the greeter configured for LightDM?
A. /etc/lightdm/lightdm.conf
B. /etc/lightdm/greeter.conf
C. /etc/lightdm.conf
D. /var/lib/lightdm/lightdm.conf
ANSWER: A. The greeter is configured through /etc/lightdm/lightdm.conf using the greeter-session option. The other options provided here are not valid.
2. Which section in /etc/xii/xorg. conf is used to describe configurations for a given graphics card and monitor pair?
A. Server
B. Screen
C. VidMode
D. Video
B. The Screen section of xorg.conf is used to logically bind a given graphics card and monitor, each of which would be defined in its own respective section in the configuration file. The other options shown for this question do not exist.
3. When you’re setting the frequency options for a given monitor, which of the following is not an available frequency unit?
A. uHz
B. MHz
C. kHz
D. M
A. Frequency options are Hz, k, kHz, M, or MHz, making uHz an unavailable option.
4. Which command on a systemd-based system is used to disable booting into a GUI?
A. systemctl gui-boot disable
B. systemctl set-default boot-gui false
C. systemctl set-default multi-user.target
D. systemctl set-default-multi false
C. The systemctl set-default command will be used for this purpose, and the target of muiti-user is used to boot to the command line. You will also need to remove the word splash from /etc/default/grub and run update-grub as well.
5. Assuming X forwarding has been enabled on the SSH server, which environment variable is used to set the location for newly spawned windows from within an SSH session?
A. DISPLAY
B. XTERMINAL
C. XTERM
D. XDISP
A. The DISPLAY variable can be used to remotely send the windows of an X session to another computer when using protocols like SSH. There is no XTERMINAL or XDISP environment variable, and XTERM is typically a terminal window and not an environment variable.
6. Within the greeter section of a display manager such as GNOME Display Manager (GDM), which option sets the welcome message for users logging in locally?
A. LoginMessage
B. Login
C. WinGreet
D. Welcome
D. The Weicome option sets the message to be displayed to users within the display manager when they log in. For remote users, the RemoteWeicome message can be used for the same purpose.
7. Within GNOME, enabling sticky keys can be done by pressing which key five times in a row?
A. Ctrl
B. Enter
C. Shift
D. Tab
C. The Shift key can be used to enable and disable sticky keys within GNOME and other operating systems for accessibility purposes.
8. Which option in the Module section of the xorg. conf configuration file causes a default module to be unloaded or not loaded by default?
A. Disable
B. Unload
C. LoadDisable
D. DisableLoad
A. The Disable keyword is used to ensure that a given module is not loaded. Note that a Load statement for the same module takes precedence over the Disable statement, but Disable can be used to unload modules that are loaded by default.
9. Which program is used in a GNOME environment as a screen reader?
A. Orca
B. Screed
C. Screen
D. Reader
A. The Orca project provides assistive screen reading capabilities within GNOME. Of the other options given, the screen program is valid but is not used for this purpose.
10. Assuming a monitor that is currently set at 1024x768, which command will change the screen resolution so that icons and other elements appear larger?
A. xterm -r 0
B. xset res 1024x768
C. xrandr -s 800x600
D. xVGA
C. The xrandr command can be used to change resolution, and changing the resolution to something like 800x600 would make icons and other items appear larger.
11. LightDM typically allows guest login by default. Which configuration option within seatDefaults changes this to disallow guests?
A. guest-login=false
B. guest=false
C. allowg=false
D. allow-guest=false
D. The allow-guest option changes the behavior of guest login for LightDM, and disallowing guest login would generally make the computer somewhat more secure. However, if someone has physical access to the device, they might be able to get access in other ways.
12. When using XFree86 as the X server, which command will cause the X server to query for hardware and create a new configuration file?
A. XFree86 -newconfig
B. XFree86 -query
C. XFree96 -configure
D. xf -config
C. The XFree86 -configure command tells the XFree86 server to query for hardware and create a configuration for the recognized hardware. Note that you may still need to edit the resulting configuration file because of unrecognized hardware or to account for specific configuration items.
13. Which configuration option for X is used to configure the keyboard model?
A. XkbLayout
B. XkbModel
C. XkbType
D. XkbInput
B. The xkbModel configuration option is used to set the type of keyboard being used, such as pc105 for a 105-key keyboard. The xkbLayout option defines the layout of the keyboard such as US for United States-style keyboards.
14. Which configuration line with a Monitor section of an X server configuration file will set the vertical refresh rate between 55 and 75 hertz?
A. Vert 55-75
B. VertRefresh 55.0 - 75.0
C. VertSync 55.0 - 75.0
D. RefreshMode 55.0 - 75.0
B. The vertRefresh option is used for this purpose and accepts a range of values in the manner shown. The other options given for this question are not valid for the purpose described.
15. Within which file can a user place commands for executing X clients?
A. -/.xclients
B. ~/.xsess.rc
C. ~/.xsessrc
D. ~/.xsession
D. The file ~/.xsession can be used for commands that run X clients. The other files are not valid for the purpose described.
16. Which AccelerationProfile for an input device such as a mouse enables linear acceleration (more speed and more acceleration)?
A. o
B. -1
C. 6
D. 7
C. The linear acceleration profile is enabled by setting AccelerationProfile to 6 within xorg.conf. The 0 setting is known as classic, whereas -1 provides constant acceleration (no profile) and 7 is known as limited, which performs the same as linear but with a maximum amount of speed and acceleration.
17. Which of the following directories is used by an Xorg-based server for storage of fonts?
A. /usr/share/fonts
B. /usr/X11/fonts
C. /etc/fonts
D. /var/font/xorg
A. The /usr/share/fonts hierarchy is used for storage of fonts. Another path that might contain font information is /usr/share/xii/fonts, but that was not among the choices given for this question.
18. Native support for a Braille display requires a minimum of which kernel version?
A. 2.2.0
B. 2.4.22
C. 2.6.26
D. 3.2.1
C. Kernel versions beginning with 2.6.26 include native support for Braille displays in Linux.
19. Which configuration option in an xorg.conf file can be set to prevent a user from changing video modes using the Ctrl+Alt+Keypad-Plus and Ctrl+Alt+Keypad-Minus?
A. DontZoom
B. Modes=No
C. NoModeSwitch
D. DontZap
A. The Dontzoom option prevents the specified key combinations from changing the video mode. Of the other options, the Dontzap option changes the behavior of the Ctrl+Alt+Backspace key combination. The other options don’t have any effect and are not valid in xorg.conf.
20. In which location does the xauth utility look for the X authority file?
A. ~/.Xauth
B. ~/.xauth.cfg
C. ~/.Xauthority
D. ~/.xau
C. The xauth program looks for the configuration file in the user’s home directory in the file .Xauthority. The other files do not exist by default.
21. Access to hosts controlled with XDMCP is configured in which file?
A. xdmcp.access.conf
B. XDMCPAccess.cfg
C. Xaccess
D. XDaccess.conf
C. The Xaccess file is used to control access when using XDMCP. The other files are not valid for this purpose.
22. When using KDE, which program provides magnification functionality?
A. xmag
B. mag
C. pmag
D. kmag
D. The kmag program magnifies items on a desktop and is used as an assistive technology. In general, kmag can be used with other window managers as well.
23. Which signal is used by an X server to cause a clean exit?
A. SIGTERM
B. SIGKILL
C. SIGCLEAN
D. SIGEX
A. The SIGTERM signal causes the X server to exit cleanly. SIGKILL would not be a clean exit. The other signals shown as options are not valid signals.
24. Within GNOME, which section of GNOME Control Center is used to choose a high-contrast theme?
A. Display
B. Appearance
C. Locale
D. Contrast
B. The Appearance section of GNOME Control Center is used to set many aspects of how the desktop appears and behaves, including the choice of a high-contrast theme.
25. Which of the following best describes the concept of a mouse gesture?
A. A mouse gesture enables special clicks, such as a right-click context menu.
B. A mouse gesture facilitates the use of programs by moving the mouse in a certain way.
C. A mouse gesture is used for login purposes.
D. A mouse gesture is used to capture screenshots.
B. Mouse gestures are commonly associated with assistive technologies and help to facilitate uses of programs by moving the mouse in a certain way. Mouse gestures could be used for login and to capture screenshots, but those are not adequately or generally descriptive of their use.
26. In GNOME 3.9 or later, which keyboard shortcut activates the screen reader?
A. Super+R
B. Super+S
C. Ctrl+Super+S
D. Alt+Super+S
D. The Alt+Super+S keyboard shortcut activates the screen reader in GNOME 3.9 or later. The Super+S shortcut enters Overview, and the other shortcuts provided do not have a special meaning by default. Note that the Super key is also called the Windows key or the Command key.
27. Assume that the display manager has been disabled on boot. Which command can be used after login to start the X server?
A. xs
B. xstart
C. X -start
D. startx
D. The startx command kicks off the display manager after login to a local terminal. The other commands shown do not exist or will not work for the purpose described.
28. Which option in an xorg. conf file configures the amount of time before the screen goes into blank mode but does not go into standby and is available on non-Display Power Management Signaling (DPMS)-capable monitors?
A. StandbyTime
B. BlankTime
C. SuspendTime
D. OffTime
B. The BlankTime option, which is set to 10 minutes by default, causes the monitor to go blank but not actually go into standby or other power-saving modes.
29. Which of the following commands helps you to determine information about a given window within an X session, including information on the window size and its position?
A. xkbinfo
B. xdspy
C. xwininfo
D. xver
C. The xwininfo command displays information about a given window within an X session. The other commands listed for this question are not valid.
30. Which option/button on the GNOME On-Screen Keyboard (GOK) is used show the keys that would be used in place of a mouse?
A. Mouse
B. MouseKeys
C. Movement
D. Compose
A. The Mouse button displays keys to move the mouse. The Compose button shows a compose keyboard, and the other options are not valid.
31. Which of the following commands allows a host named cwa to connect to the X server?
A. xconnect cwa
B. xterm +cwa
C. xhost +cwa
D. xf cwa
C. The xhost command is used to control access to the X server. A host is added with the + sign.
32. Which of the following options in the client SSH configuration file needs to be enabled so that X sessions can be sent over an SSH connection?
A. X11Connect yes
B. ForwardXl11yes
C. ForwardX yes
D. XForward yes
B. The ForwardX11 option must be enabled on the client in order for X connections or windows generated from the X server to be sent over an SSH connection.
33. Which configuration option in a Files section of an xorg.conf configuration file can be used to add a path in which the server will search for fonts?
A. FontSection
B. Fonts
C. FontLoc
D. FontPath
D. The FontPath directive provides another location in which the server can find fonts. The other options do not exist within the context of an xorg.conf configuration file.
34. Which assistive technology is used to provide an input method for users who cannot type but can use a pointer, such as a mouse?
A. Keyboard
B. Sticky keys
C. Mouse keys
D. On-screen keyboard
D. With an on-screen keyboard, users can utilize a pointer such as a mouse to select keys on the keyboard.
35. Which environment variable can be used to specify the location of a user’s xauth authority file?
A. XAUTH
B. USERXAUTH
C. XAUTHORITY
D. xauthloc
C. The XAUTHORITY environment variable can be used to specify the location of the xauth authority file.
36. When using LightDM, which key combination is used to revert back to a terminal?
A. Alt+Ctrl+F2
B. Alt+Ctrl+Fi
C. Ctrl+Fi
D. Ctrl+Esc
B. The Alt+Ctrl+Fi key combination is used to get to a terminal prompt and is helpful in situations where the X server won’t start properly.
37. Which option in the LightDM configuration enables automatic login for a specific user?
A. auto-login
B. autologin-user
C. autologin
D. auto-login-user
B. The autologin-user option is used to define a user who will be automatically logged in to the system. The other options given in this question do not exist.
38. Which of the following is a legacy utility that can be used to set accessibility options on older systems?
A. Xaccessibility
B. Xas
C. AccessX
D. setX
C. The AccessX utility is used on legacy or older systems to set many of the accessibility options. The functionality provided by AccessX can typically be found in one of the utilities provided by the native X window manager, dependent on the window manager in use.
39. Which command, when executed on a remote host, will send the display of X programs to the local client? (Assume Bash is used as the shell.)
A. export DISPLAY
B. env DISPLAY
C. setx HOST
D. export XHOST
A. The export shell command sets an environment variable. In this case, the DISPLAY environment variable needs to be set. The env command shown will not set the variable.
40. Which option in GOK is used to display the keys that correspond to a given application’s menu?
A. Menus
B. Activate
C. MenuKeys
D. Keys
A. The Menus option displays the menu options for a given application so that those options can be manipulated with the keyboard. The Activate option helps to work with the desktop and other applications. The other options shown for this question are not valid.
41. Which directory is used to store individual configuration files related to LightDM?
A. /etc/light
B. /etc/lightdm/lightdm.conf.d
C. /usr/lightdm
D. /etc/lightdm.conf
B. The /etc/lightdm/lightdm.conf.d directory contains individual *.conf configuration files for various settings and is typically parsed along with the /etc/lightdm/lightdm.conf file.
42. Which environment variable is used by Xsession to specify the width of a terminal device?
A. TERMCHAR
B. COLUMNS
C. CHARACTERWIDTH
D. TERMCOL
B. The COLUMNS environment variable specifies the width in characters of a terminal device. The other environment variables are not valid.
43. Which option within the Device section for a video card will set the amount of RAM available on the card?
A. VRAM
B. RAM
C. VideoRam
D. vRam
C. The VideoRam option, which can be expressed in bytes, configures the amount of RAM available to the video card.
44. When configuring a Screen section in an X configuration file, the Display subsection can contain the color depth. What is the name of the option to set the color depth of the given display?
A. ColorDepth
B. Depth
C. CDepth
D. colorDep
B. The Depth option sets the color depth for a given monitor display. A typical value might be 24 for this option.
45. Multiple server layouts may be created within an X configuration file. Which option is used to differentiate between the different server layout options?
A. ID
B. Identifier
C. LayoutName
D. Layout
B. The Identifier option provides a unique description of each of the server layouts in an X configuration. The other options shown for this question do not exist.
46. Which command can be used to create a fonts. scale file definition when executed against the current directory?
A. mkfontsscale
B. mk.fonts
C. mkfontfile
D. fontmk
A. The mkfontscale command will create a fonts.scale file, which describes the outline fonts on the system and is used for configuration of fonts that are manually added to the system.
47. What abbreviation used in X signifies a display that utilizes additional capabilities such as extended power-saving capabilities?
A. DPMS
B. XPMS
C. DISPPWR
D. PWRD
A. Display Power Management Signaling (DPMS) enables additional power-saving modes, such as a full sleep mode, that enable further energy efficiency for the display.
48. What is the name of the accessibility function that provides an alternative to the Orca program to assist users who have visual impairments?
A. Viz
B. emacspeak
C. Ahleah
D. vAssist
B. The emacspeak program provides another visual assistive technology as an alternative to Orca. The other technologies listed here are not related to visualization or assistive technologies.
49. Which of the following is a reference implementation of the Wayland protocol?
A. Wlnd
B. Weston
C. Wausau
D. Wittenberg
B. Weston is a reference implementation of the Wayland protocol.
50. Within an xorg configuration file, which option sets the inactivity timeout for the suspend mode of a DPMS-capable monitor?
A. InactTimeout
B. InactivityTime
C. SuspendTime
D. InTmout
C. The SuspendTime sets the time, in minutes, for the monitor to go into standby mode. The other options shown are not valid.
51. When the X server is started as a normal user, configuration files from which directory are also included?
A. /etc/X
B. /etc/X11/UserConfig
C. /etc/X11/xorg.conf.d
D. /etc/X/UserConf.d/
C. The files in /etc/x11/xorg.conf.d/ are included when X is starting.
52. Which of the following remote desktop protocols uses no compression or transport/session encryption?
A. SSH
B. XDMCP
C. XR
D. RD
B. XDMCP, which is typically disabled by default, uses no compression or transport security. XDMCP is therefore not usually preferred for remote access. Of the other options, SSH offers encryption of the session, and XR and RD are not valid protocols.
53. Within which desktop implementation would you find the xfwm4 window manager?
A. XWin
B. KDXF
C. Exf
D. Xfce
D. The Xfce desktop environment uses xfwm4 as its window manager. The other options are not desktop environments.
54. Which option to Spice startup disables simple authentication?
A. disable-auth
B. disable-ticketing
C. disable-authentication
D. disable-simpleauth
B. The disable-ticketing option turns off simple authentication for clients with Spice.
55. Which speech recognition software is included with the KDE desktop environment?
A. Alvin
B. Simon
C. Theodore
D. Zeppo
B. Simon is the speech recognition software that is part of the KDE project.
56. Within the GNOME 3 desktop environment, within which Settings panel are the options for slow keys found?
A. Access
B. Typing Settings
C. Keyboard
D. Universal Access
D. The only valid panel listed in the options for this question is called Universal Access, making option D correct.
57. When an X session is already running, which command can be used to enable pointer keys?
A. setxkbmap
B. pt rkeys
C. pointerkeys
D. keypad -ptrkeys
A. The setxkbmap command can be used to enable Xkboptions when X is already running. The other commands shown do not exist.
58. Which of the following provides a server-side implementation of Remote Desktop (RDP) for Linux?
A. Irdp
B. xrdp
C. rdp-linux
D. lindp
B. The xrdp program is an open source implementation of an RDP server. The other programs shown are not valid.
59. You are attempting to edit the sudoers file with visudo over an SSH connection on a system that has GNOME installed and you receive an error indicating that gedit cannot run. Which of the following commands can be used to solve this issue?
A. export VISUAL="/bin/vim"
B. export DISPLAY
C. subst DISPLAY=local
D. env VISUAL=ssh
A. Changing the VISUAL environment variable to an editor that can run over an SSH session will fix the issue. In this case, /bin/vim was used.
60. Which option to xiivnc sets the password to be used for clients connecting to the server?
A. -password
B. -passwd
C. -pass
D. -auth
B. The -passwd option is used to set the password on the server for x11vnc.
61. Which program is used to add entries to the X authority file?
A. xf
B. xauthen
C. authx
D. xauth
D. The xauth utility is used for working with the X authority file. The other options shown are not valid.
62. Which assistive technology will ignore keys that are pressed in succession or held down?
A. Sticky keys
B. Mouse keys
C. Bounce keys
D. On-screen keyboard
C. Bounce keys cause the interface to not react when keys are accidentally pressed in succession or held down.
63. Which environment variable is used by Xsession if the Xsession error file cannot be opened in its default location?
A. XLOG
B. TMPDIR
C. SESSLOG
D. LOGTMP
B. The TMPDIR environment variable is used if the normal home directory location, ~/.xsession-errors, cannot be opened. The other environment variables are not valid.
64. From within an X session, which of the following commands shows information about the display, including resolution and color depth?
A. xinfo
B. xterm
C. xwin
D. xdpyinfo
D. The xdpyinfo command displays various elements about the current display(s) along with information about X itself.
65. Which of the following files is the configuration file for Weston?
A. ~/.config/weston.cfg
B. ~/.config/weston.ini
C. ~/weston.cfg
D. ~/.westoncfg
B. The Weston configuration file is called weston. ini and is located in ~/.config. The other files are not valid.
66. Which of the following remote desktop programs offers transport layer security?
A. x11vnc
B. xrd
C. tls
D. x11tm
A. The x11vnc program, an implementation of VNC, offers built-in SSL/TLS capabilities. The other programs shown are not valid.
67. Which add-on to Orca enables braille display support?
A. brl
B. brltty
C. brldis
D. dispbrl
B. The britty program enables a text-mode braille display. The other programs are not valid.
68. Which of the following is a screen magnifier program?
A. xmag
B. xzoom
C. xzmag
D. scrmag
B. The xzoom program is used for screen magnification. The other programs shown are not valid.
69. Which GRUB variable can be used to beep when the GRUB prompt is ready to accept input?
A. GRUB_BEEP
B. BEEP_START
C. GRUB_START_TONE
D. GRUB_INIT_TUNE
D. The GRUB_INIT_TUNE variable can be used within the GRUB configuration in order to beep when GRUB is ready for input.
70. You need to remove a host from being able to connect to the X server. Which of the following will remove a host named cwa from being able to connect?
A. xrem cwa
B. xhost -cwa
C. xhost -rem:cwa
D. xrem -host cwa
B. The xhost command will be used for this purpose, and the minus sign removes a host from being able to connect.
71. The X Display Manager, xdm, runs various scripts as part of the login process. Which of the following scripts is executed as the user logging in?
A. Xstart
B. Xsession
C. Xstartup
D. Xuser.conf
B. The Xsession script is executed as the user logging in, making option B correct. The Xstartup script is executed as root prior to the execution of xsession. The other files are not valid as part of the xdm login process.
72. Which option to the X server disables listening for TCP connections?
A. -nolisten tcp
B. -notcp
C. -noconn tcp
D. -noconnect tcp
A. The -nolisten tcp option disables listening for TCP connections for an X server. The other options are not valid.
73. Which signal is used to close existing connections, free resources, and restore defaults for an X server?
A. SIGKILL
B. SIGHUP
C. SIGN4
D. SIGALL
B. SIGHUP is used for the purpose described, typically when a user logs out. SIGKILL does not restart the server or prepare for a new connection. The other signal names given as options are not valid signals.
74. Which option in the SeatDefaults section of the lightdm. conf configuration file is used to disable the display of usernames for login?
A. greeter-disable-user
B. greeter-enable-login
C. greeter-show-manual-login
D. greeter-disable-auto-login
C. The greeter-show-manual-login option, when set to true, will require the user to enter a username for login rather than select the username from a list.
75. Which option to the xauth program disables hostname resolution?
A. -r
B. -n
C. -h
D. -m
B. The -n option disables hostname lookups. The other options shown are not valid.
76. Which command will switch the system into an init in which the X server is not typically executed?
A. telinit 6
B. telinit 1
C. telinit 3
D. telinit 5
C. In runlevel 3, accessed through the telinit command, the X server is not typically executed. Runlevel 6 will shut down the system. Runlevel 1 switches to single-user mode, and runlevel 5 is a multi-user mode in which X is usually running.
77. What is the default location for the error log if the X server is run with xdm?
A. /etc/X11.log
B. /var/log/Xdm.log
C. /usr/lib/X11/xdm/xdm-errors
D. /var/log/xdmerrors
C. According to the X server documentation, the default location is within the /usr/lib path, but it’s worth noting that Linux distributions may change this location to be within the /var/log/ hierarchy.
78. Which script can be used for per-user initialization of xinit?
A. ~/.xinit.conf
B. ~/.xinitrc
C. ~/.xinit.rc
D. ~/.xinit.cfg
B. The ~/.xinitrc file can be used for per-user initialization. The other files are not used by default for this purpose.
79. Which option prevents abstract sockets from listening with X11?
A. -nolisten sock
B. -nolisten absock
C. -nolisten local
D. -nolisten socklocal
C. The -nolisten local option can be added to prevent the X server from listening on abstract sockets.
80. Which option to XDMCP enables sending of BroadcastQuery packets?
A. -bcast
B. -bcastQ
C. -broadcastQuery
D. -broadcast
D. The -broadcast option for XDMCP enables sending of BroadcastQuery packets. The other options shown are not valid options with XDMCP.
81. When using GDM as the display manager, which GUI program can be used to set options for the login window?
A. gdmlogin
B. gdmconfig
C. gdmsetup
D. gdm
C. The gdmsetup program is used to configure various options for the login window and environment, including those for local and remote users. The other options are not used for this purpose or do not exist.
82. Within the XDMCP access configuration file, there is a line like the following: *.mrtux.co.uk
Which of the following describes how access will be treated for hosts from mrtux.co.uk?
A. Only the host named *.mrtux.co.uk can connect.
B. No hosts from mrtux.co.uk can connect.
C. Any host within mrtux.co.uk can connect.
D. Hosts that begin with * within mrtux.co.uk can connect.
C. Any host within the example. com domain can connect.
83. When using xhost, what is the syntax to enable a host named san to connect using IPv6?
A. xhost +ipv6:san
B. xhost -enablev6 san
C. xhost +inet6:san
D. xhost +enablev6 san
C. The family inet6 enables the specified host to connect with IPv6. The other methods shown will not work.
84. Within which file are errors for Xsession and X client processes placed?
A. ~/.xsession-error.log
B. -/.xsession-errors
C. -/.xclient.log
D. -/.xclient.errorlog
B. The ~/.xsession-errors file is the default log file for Xsession and X clients. The other files are not valid for this purpose.
85. GNOME includes native on-screen keyboard functionality. Which of the following commands starts the on-screen keyboard?
A. gok
B. osk
C. kb
D. oskb
A. The gok command, short for GNOME On-screen Keyboard, is the program to start the on-screen keyboard. The Caribou program will be the successor to GOK.
86. Which option to the xauth program specifies the authority file to use?
A. -a
B. -f
C. -a
D. -v
B. The -f option enables file specification for the X authority file. The -v option enables verbose output. The other options are not valid.
87. Which accessibility option is helpful if several keys are sometimes pressed or if there is difficulty in consistently pressing the correct key on the keyboard?
A. Key toggle
B. Slow keys
C. KeyAssist
D. UniversalKeys
B. Slow keys is the name used to describe this assistive technology.
88. On which port does RDP listen by default?
A. 389
B. 8080
C. 3389
D. 3306
C. RDP listens on port 3389 by default. Port 389 is LDAP, and 3306 is usually MySQL.
