Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
CompTIA A+ Core 2 Exam Guide to Operating Systems and Security
Quiz 10: Macos, Linux, and Scripting
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
A system administrator is selecting an operating system for use by the company's research and development team. The team requires an OS that can be easily modified and changed to meet its particular requirements. Which of the following operating systems will be the best choice for the users?
Question 2
Multiple Choice
A technician is logged in to a Linux computer as johnd and needs to reset group ownership for the file report.txt in the johnd home directory. Which of the following commands will perform this function?
Question 3
Multiple Choice
In Linux, where are the commands required for system administration stored?
Question 4
Multiple Choice
A user is complaining about sluggish performance on her Linux system, and the technician suspects a running process is consuming excessive processor resources. Which of the following commands will the technician most likely use to locate the offending process?
Question 5
Multiple Choice
A Mac computer is reporting problems with the HDD, and the user wants to run a check for errors. Which of the following is a disk management tool built into macOS that is useful for finding and repairing disk problems?
Question 6
Multiple Choice
Which of the following describes the macOS feature that lets you use finger motions to perform functions, for example, spreading two fingers to zoom in?
Question 7
Multiple Choice
A technician is logged in to a Linux system with a user account that has been assigned root privileges. Each time the technician attempts to run a specific terminal command, a "Permission denied" message is displayed. What is the most likely reason for this message?
Question 8
Multiple Choice
What is the term used to designate that a particular operating system will no longer be supported by its manufacturer or managing entity?
Question 9
Multiple Choice
Which of the following are natively supported by the Windows, Mac, and Linux operating systems?
Question 10
Multiple Choice
A Linux user needs to find all instances of the word admin in /var/log/auth.log. Which of the following commands will perform this function?
Question 11
Multiple Choice
Which of the following is a major advantage to using SSH over Telnet for remotely accessing a Linux system?
Question 12
Multiple Choice
Which of the following best describes a variable when implemented in a script?
Question 13
Multiple Choice
A technician needs to boot macOS over the network using an image stored on a server. What Apple technology will best assist the technician?
Question 14
Multiple Choice
A technician wants to use a Time Machine backup to install a new copy of the macOS onto a Mac. Which of the following tools will the technician use to perform this task?
Question 15
Multiple Choice
How can you eliminate the need to open a dedicated TCP port on your corporate firewall when using Mac computers to share screens from the local and remote computers?
Question 16
Multiple Choice
A Mac user wants to update macOS and is searching Apple.com to locate update files. How are macOS updates typically obtained?
Question 17
Multiple Choice
Which of the following is the current Linux file system used to hold the operating system?
Question 18
Multiple Choice
You opened a batch file in Notepad and are observing the following lines. (The line numbers are for reference only.) 1-ECHO This batch file deletes the temp files 2- DEL %TEMP%\*.* /Q 3-REM The temp files were deleted 4-PAUSE Which of the lines is a comment?
Question 19
Multiple Choice
What is the value of X and what is the condition of the Do…Loop when execution ends in the following pseudo code? X = 1 Do ' This is a comment Print X; Loop