Services
Discover
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Certification
Study Set
Computing Technology Industry Association (CompTIA)
Exam 18: CompTIA Linux+
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 41
Multiple Choice
A file server is sharing a directory called /share between team members inside a company. The fileshare needs to be moved from serverA to /newshare located on serverB with all permissions and attributes preserved. Which of the following commands would BEST achieve this task?
Question 42
Multiple Choice
In which of the following directories is the vmlinuz file located?
Question 43
Multiple Choice
A Linux administrator wants to configure log messages of critical or higher severity levels from the cron utility to be logged to the console. Which of the following will accomplish this objective?
Question 44
Multiple Choice
Which of the following Linux server roles should be installed to monitor and log local web traffic?
Question 45
Multiple Choice
A Linux systems administrator wants the ability to access systems remotely over SSH using RSA authentication. To which of the following files should the RSA token be added to allow this access?
Question 46
Multiple Choice
An administrator is attempting to block SSH connections to 192.168.10.24 using the Linux firewall. After implementing a rule, a connection refused error is displayed when attempting to SSH to 192.168.10.24. Which of the following rules was MOST likely implemented?
Question 47
Multiple Choice
A Linux administrator attempts to install the package newprogram.x86_64.rpm using a package manager. The administrator receives a warning indicating the command that was run was using a deprecated package manager. Which of the following commands should the administrator use to avoid the warning and install the program?
Question 48
Multiple Choice
Which of the following is a difference between YAML and JSON?
Question 49
Multiple Choice
Which of the following is a difference between YAML and JSON?
Question 50
Multiple Choice
Which of the following will provide a list of all flash, external, internal, and SSD drives?
Question 51
Multiple Choice
An administrator notices a directory on a web server named /var/www/html/old_reports that should no longer be accessible on the web. Which of the following commands will accomplish this task?
Question 52
Multiple Choice
A Linux administrator has installed a web application firewall in front of a web server running on HTTP port 8080 and successfully started the HTTP server. However, after opening the application URL in an Internet browser, the administrator discovered that the application does not work. The administrator performed the following diagnostic steps: Output of sysctl -a command:
iptables -L
netstat -nltop | grep "8080" :
Which of the following is the NEXT step the administrator should perform to permanently fix the issue at the kernel level?
Question 53
Multiple Choice
Which of the following can be used to check the status of wireless devices that are connected to the system?
Question 54
Multiple Choice
A junior systems is configuring localization option environment variables. The administrator is given a checklist of tasks with the following requirements: View current settings of the LC_ALL environment variable only. Modify the LANG environment variable to US English Unicode. Given this scenario, which of the following should be performed to meet these requirements? (Choose two.)
Question 55
Multiple Choice
All users are reporting that they cannot connect to the SFTP server. The administrator runs a scan:
Which of the following would allow the administrator to fix the problem?
Question 56
Multiple Choice
Which of the following commands will let a Linux user know the PCI devices that are installed in the system?
Question 57
Multiple Choice
A technician suspects a company's border firewall is down, thus blocking Internet access. The technician executes the following commands: #ping -c 1 firewall.company.com 64 bytes from firewall.company.com (192.168.1.1) : icmp_seq=1 ttl=64 time=0.061ms #ping -c 16 www.comptia.com 16 packets transmitted, 0 received, 100% packet loss, time 14999ms Which of the following commands should the technician use to BEST determine the source of this outage?
Question 58
Multiple Choice
A junior systems administrator is tasked with providing the network_administrators group the ability to perform sudo without prompting for a password. Which of the following steps should the administrator perform to accomplish this task? (Choose two.)
Question 59
Multiple Choice
A corporate server security policy states, "Ensure password hashes are not readable by non-administrative users." The administrator should check the permissions on which of the following files to ensure the server satisfies this policy?