Pre-Summer Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

New Release XK0-006 Linux+ Questions

Page: 8 / 11
Total 149 questions

CompTIA Linux+ V8 Exam Questions and Answers

Question 29

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

Question 30

A Linux administrator is testing a web application on a laboratory service and needs to temporarily allow DNS and HTTP/HTTPS traffic from the internal network. Which of the following commands will accomplish this task?

Options:

A.

firewalld -- add-service=dns, http,https -- zone=internal

B.

iptables -- enable-service= ' dns|http|https ' -- zone=internal

C.

firewall-cmd --add-service={dns, http, https} --zone=internal

D.

systemctl mask firewalld --for={dns, http, https} --zone=internal

Question 31

A Linux user needs to download the latest Debian image from a Docker repository. Which of the following commands makes this task possible?

Options:

A.

docker image init debian

B.

docker image pull debian

C.

docker image import debian

D.

docker image save debian

Question 32

A systems administrator is configuring new Linux systems and needs to enable passwordless authentication between two of the servers. Which of the following commands should the administrator use?

Options:

A.

ssh-keygen -t rsa & & ssh-copy-id -i ~/.ssh/id_rsa.pub john@server2

B.

ssh-keyscan -t rsa & & ssh-copy-id john@server2 -i ~/.ssh/key

C.

ssh-agent -i rsa & & ssh-copy-id ~/.ssh/key john@server2

D.

ssh-add -t rsa & & scp -rp ~/.ssh john@server2

Page: 8 / 11
Total 149 questions