Monday 24 February 2020

CompTIA LX0-104 Questions Answers

For accessibility assistance, which of the following programs is an on-screen keyboard?

A. xkb
B. atkb
C. GOK
D. xOSK

Answer: C



Which of the following are tasks handled by a display manager like XDM or KDM? (Choose TWO correct answers.)


A. Start and prepare the desktop environment for the user.
B. Configure additional devices like new monitors or projectors when they are attached.
C. Handle the login of a user.
D. Lock the screen when the user was inactive for a configurable amount of time.
E. Create an X11 configuration file for the current graphic devices and monitors.

Answer: AC

Wednesday 2 October 2019

CompTIA LX0-104 Questions Answers

How is a display manager started?

A. It is started by a user using the command startx.
B. It is started like any other system service by the init system.
C. It is started by inetd when a remote hosts connects to the X11 port.
D. It is started automatically when a X11 user logs in to the system console.

Answer: B


Which of the following commands shows the current color depth of the X Server?

A. xcd
B. xcdepth
C. xwininfo
D. xcolordepth
E. cat /etc/X11

Answer: C

Friday 14 December 2018

CompTIA LX0-104 Questions Answers

What is the purpose of the xhost program?

A. Grant or revoke access to a X11 session.
B. Install all packages and video drivers required to run X11 on a host.
C. Start the X11 server and announce its availability within the local network.
D. Send informational messages to all users logged into a host using X11.
E. Display the MOTD and other important information when a user logs in via X11.

Answer: A


What of the following statements is true regarding a display manager?

A. A display manager handles remote X11 logins only and has no purpose on a system that is not attached to a network.
B. The display manager is configured in the X11 configuration file xorg.conf.
C. There is only one display manager X11DM that must be started on all systems running X11.
D. After system startup, the display manager handles the login of a user.
E. Without a display manager, no graphical programs can be run.

Answer: D

Sunday 22 July 2018

CompTIA LX0-104 Question Answer

What is the purpose of the sticky keys feature in X?

A. To assist users who have difficulty holding down multiple keys at once.
B. To prevent repeated input of a single character if the key is held down.
C. To ignore brief keystrokes according to a specified time limit.
D. To repeat the input of a single character.

Answer: A


On a machine running several X servers, how are the different instances of the X11 server identified?

A. By a fixed UUID that is defined in the X11 configuration file.
B. By a unique IPv6 address from the fe80::/64 subnet.
C. By the name of the user that runs the X server like x11:bob.
D. By a device name like /dev/X11/xservers/1.
E. By a display name like:1.

Answer: E

Wednesday 28 February 2018

CompTIA LX0-104 Question Answer

After issuing:
function myfunction { echo $1 $2 ; }
in Bash, which output does:
myfunction A B C
Produce?


A. A B
B. A B C
C. A C
D. B C
E. C B A

Answer: A

Which of the following commands puts the output of the command date into the shell variable mydate?


A. mydate="$(date)"
B. mydate="exec date"
C. mydate="$((date))"
D. mydate="date"
E. mydate="${date}"

Answer: A

Thursday 28 December 2017

Save Hundreds On The 2018 CompTIA Security Certification Bundle (95% Off)


The world is becoming more connected on the digital plane, and as such, hackers and cybercriminals look to exploit these massive networks for vulnerabilities. That's why demand is high for IT experts versed in the fields of cybersecurity—but only if they bear the appropriate certifications. With the 2018 CompTIA Security Certification Bundle, you can fast-track yourself to join their in-demand ranks by preparing to ace three leading IT certification exams—and for a fraction of the usual cost.

This 57-hour collection is broken into three parts. First, you'll train to ace the CompTIA Security+ SY0-501 exam. This course covers the essential principles for network security and risk management and will have you exploring various types of threats, attacks, and vulnerabilities.

Then, you'll move on to preparing for the CompTIA CSA+ exam, which focuses on applying behavioral analytics to improve the overall state of IT security.

Lastly, you'll train to ace the CompTIA Advanced Security Practitioner exam as you foster the knowledge and skills required to conceptualize, design, and engineer secure solutions across complex enterprise environments.

Now, you can get lifetime access to The 2018 CompTIA Security Certification Bundle on sale for only $29, saving more than 95% off the usual price.

Monday 30 October 2017

CompTIA LX0-104 Question Answer

Which of the following files, when existing, affect the behavior of the Bash shell? (Choose TWO answers.)

A. ~/.bashconf
B. ~/.bashrc
C. ~/.bashdefaults
D. ~/.bash_etc
E. ~/.bash_profile

Answer: BE


After issuing:
function myfunction { echo $1 $2 ; }
in Bash, which output does:
myfunction A B C
Produce?


A. A B
B. A B C
C. A C
D. B C
E. C B A

Answer: A