Pre-Summer Special Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: force70

Pass the CompTIA Linux+ XK0-006 Questions and answers with CertsForce

Viewing page 5 out of 5 pages
Viewing questions 41-50 out of questions
Questions # 41:

Which of the following filesystems contains non-persistent or volatile data?

Options:

A.

/boot


B.

/usr


C.

/proc


D.

/var


Expert Solution
Questions # 42:

A Linux administrator needs to create accounts for a list of new users. The user account names have been defined in the USER_LIST variable by executing the following:

USER_LIST= " alice bob charles "

Which of the following commands should the administrator use to successfully create the user accounts?

Options:

A.

echo " $USER_LIST " | while username; do useradd -m " $username " ; done


B.

echo " $USER_LIST " | until username; do useradd -m " $username " ; done


C.

select username in " $USER_LIST " ; do useradd -m " $username " ; done


D.

for username in $USER_LIST; do useradd -m " $username " ; done


Expert Solution
Questions # 43:

Which of the following utilities supports the automation of security compliance and vulnerability management?

Options:

A.

SELinux


B.

Nmap


C.

AIDE


D.

OpenSCAP


Expert Solution
Questions # 44:

A Linux administrator receives reports that an application hosted in a system is not completing tasks in the allocated time. The administrator connects to the system and obtains the following details:

$ uptime

12:47:43 up 22:17, 2 users, load average: 7.75, 5.72, 5.17

Which of the following is the most likely cause of the issue?

Options:

A.

High CPU load


B.

Insufficient disk space


C.

Network latency


D.

Memory leak


Expert Solution
Viewing page 5 out of 5 pages
Viewing questions 41-50 out of questions