Sunday, 9 February 2020

CompTIA LX0-102 Questions Answers

Which of the following commands will provide locale-specific information about a system and its environment?

A. loconfig
B. getlocale
C. locale
D. tzconfig
E. tzselect

Answer: C



Which of the following should the permission settings be for /etc/passwd and /etc/shadow?

A. /etc/passwd: -rw-r--r-- /etc/shadow: -r--------
B. /etc/passwd: -r-------- /etc/shadow: -rw-r--r--
C. /etc/passwd: -rw-r--r-- /etc/shadow: -rw-r--r--
D. /etc/passwd: -r-------- /etc/shadow: -r--------}

Answer: A


Monday, 30 September 2019

CompTIA LX0-102 Questions Answers

Which of the following lines would an administrator find in the file /etc/resolv.conf?

A. order hosts,bind
B. 192.168.168.4 dns-server
C. hosts: files,dns
D. domain mycompany.com

Answer: D



Which of the following find commands will print out a list of suid root files in /usr?

A. find /usr -uid 0 -perm +4000
B. find -user root +mode +s /usr
C. find -type suid -username root -d /usr
D. find /usr -ls \*s\* -u root
E. find /usr -suid -perm +4000

Answer: A

Friday, 28 December 2018

CompTIA LX0-102 Questions Answers

Which of the following commands is used to deactivate a network interface?

A. ifdown
B. ipdown
C. net
D. netdown

Answer: A


Which of the following looks like a entry in the /etc/hosts file?

A. localhost 127.0.0.1 localhost.localdomain
B. localhost.localdomainlocalhost 127.0.0.1
C. localhostlocalhost.localdomain 127.0.0.1
D. 127.0.0.1 localhost.localdomainlocalhost
E. localhost.localdomain 127.0.0.1 localhost

Answer: D

Sunday, 25 February 2018

CompTIA Opens Call for Speakers for ChannelCon 2018

CompTIA, the world's leading technology association, said today that it is accepting speaker proposals for ChannelCon 2018, the leading annual event in education, networking and partnerships in the information technology (IT) industry.

ChannelCon 2018 is scheduled for July 31 through August 2 in Washington, D.C.

"This year's conference will explore 'The Business of Technology,'" said Kelly Ricker, executive vice president of events and education for CompTIA.

"We will approach the issue from the point of view of the technology provider, be it a traditional technology company or a new entrant in the market that has built its business in the cloud as part of the whole world as a service," Ricker explained.

"The other half of the equation is the prospect of the buyer, who has more options than ever for technology solutions that change companies, but often he needs the help of a reliable partner to help him go through the myriad of options."

CompTIA is looking for speaker proposals for two tracks of the ChannelCon conference: the general education program and Track4Techs, which is aimed at individual IT professionals and CompTIA certification holders.

Speakers with experience in any of the following areas are encouraged to submit proposals:

    Big Data
    Business strategy planning
    Business transformation agility
    Channel account management
    Cloud Computing
    Disaster recovery / Business continuity
    Financial management
    Help desk
    Internet of Things
    Informatic security
    Managed IT services
    Managed printing services
    Marketing - Digital / Interactive / Mobile
    Mobility
    Networks
    Operational efficiency
    Association with suppliers
    Sales / Sale of solutions
    Strategic Partnership
    Other potential topics

About CompTIA

The Computer Technology Industry Association (CompTIA) is a leading voice and advocate for the $ 4.8 billion global information technology ecosystem; and the more than seven million technology professionals who design, implement, manage and protect the technology that drives the US economy. UU Through education, training, certifications, advocacy, philanthropy and market research, CompTIA is the center for the advancement of the technology industry and its workforce.

Tuesday, 26 December 2017

CompTIA LX0-102 Question Answer

Which of the following commands will print the exit value of the previous command to the screen in bash?

A. echo $?
B. echo $#
C. echo $exit
D. echo $status
E. echo $&}

Answer: A



Which of the following statements about crontab are true? (Select TWO).

A. Every user may have their owncrontab.
B. Changing a crontab requires a reload/restart of the cron daemon.
C. The cron daemon reloads crontab files automatically when necessary.
D. hourly is the same as "0 * * * *".
E. A cron daemon must run for each existing crontab.

Answer: AC

Thursday, 9 November 2017

CompTIA LX0-102 Question Answer

Which of the following programs uses the hosts.allow file to perform its main task of checking for access control restrictions to system services?

A. tcpd
B. inetd
C. fingerd
D. mountd
E. xinetd

Answer: A


In the following command and its output, echo $$ 12942 which of the following is 12942?

A. The process ID of the echo command.
B. The process ID of the current shell.
C. The process ID of the last command executed.
D. The process ID of the last backgrounded command.

Answer: B

Wednesday, 13 September 2017

CompTIA LX0-102 Question Answer

Which of the following bash option will prevent an administrator from overwriting a file with a ">"?

A. set -o safe
B. set -o noglob
C. set -o noclobber
D. set -o append
E. set -o nooverwrite

Answer: C


All of the following are Mail Transport Agents EXCEPT:

A. exim
B. postfix
C. sendmail
D. qmail
E. mail

Answer: E