macOS Core Competencies Flashcards

1
Q

What configuration is required during the macOS Setup Assistant to complete activation?

A

WiFi

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which Apple services can be used with Automated Device Enrollment in order to manager and skip Setup Assistant steps?

A

Apple School / Business Manager

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is contained in the Dock?

A

Frequently used Apps and Folders

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How can content be added to the Dock?

A

Apps and folders can be dragged into the dock

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are some ways Spotlight can be used?

A

Math, Search the web, find and open files and apps

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Where can system memory information be found?

A

Apple menu > About this Mac > Overview

System Information > Hardware > Memory

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Where can available hard drive storage be found?

A

Apple menu > About this Mac > Storage

System Information > Hardware > Storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are some different ways to open System Preferences?

A

Apple Menu, Dock, Spotlight

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Where would users change their user account password?

A

System Preferences > Users & Groups

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Why add an additional volume to an APFS container? Which application can accomplish this task?

A

So that free space can be better allocated between volumes in the container
Disk Utility

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which domain has directories containing apps and preferences shared by all users on a Mac?

A

The Local Domain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What prevents users from modifying the System directory?

A

System Integrity Prevention

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How do you move status icons in the menu bar?

A

Press and hold the option key and then drag the icon to the desired location

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the two views in the Notification Center?

A

Today and Notifications view

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What information is displayed in About this Mac?

A
  1. An overview of the OS and hardware information
  2. Built-in display and any external displays
  3. Storage information: how much free space and what current space is being used for
  4. Support and Service options
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the function of a partition map (scheme)?

A

Sets the rules for how partitions function

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What are some limitations of HFS+?

A

Can’t share free space and only supports one volume per partition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

For what can an APFS Volume be used?

A

Another bootable OS or encrypted storage

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Can free space be shared in APFS?

A

Yes

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What is different in Catalina related to the user’s information?

A

The OS is stored in Macintosh HD (RO volume) and user data is stored in Macintosh HD - Data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What are the three domains on a Mac?

A

Local Domain, User Domain, System Domain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

Which domain contains the software installed by Apple?

A

The System Domain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

Which domain contains files and preferences specific to each user?

A

The User Domain

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

Where can Apps, reviewed and approved by Apple, be obtained?

A

The App Store

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
What is required to download an app from the Mac App Store?
An Apple ID
26
What are some ways an app can be deleted?
Drag and Drop into the Trash | Hold the option key in Launchpad or force touch an app until it wiggles. Then, click the x
27
What is an application?
A group of files that work together to perform a specific task
28
What is App Notarization?
A process that apps on the internet must go through with Apple to check for maliciousness Every app must be notarized if it is not from the Mac App Store
29
What does the .plist file extension stand for?
Property List
30
How to property list files impact the user experience?
They contain the preferences for apps
31
Why is it important for IT administrators to make sense of property list files?
So that the preferences can be controlled by the administrators
32
What is the process that caches information in RAM before writing to plist files?
cfprefssd
33
What does cfprefsd prevent?
unnecessarily high amounts of writes to the disk
34
Where is the Terminal app located on macOS?
/Applications/Utilities/
35
What command provides the manual pages for a command?
man [command]
36
What would be entered into the terminal app to open the 'change directory' help documentation
man cd
37
What is the default interpreter on Catalina?
zsh
38
What was the default interpreter before Catalina and for users that upgraded to Catalina?
sh
39
What is the structure of a command?
Command Options Argument | ls -l /Documents
40
What is an option in a command?
it changes the way a command is performed and is preceded by a hyphen
41
What is an argument in a command?
It indicates what to perform the command's actions on
42
How do you search a man page?
type /[search term]
43
What command would provide the location of a command?
which
44
What command prints the absolute path for the current working directory?
pwd
45
What command changes directories?
cd
46
What does the . mean in the hidden files of a directory?
the current directory
47
What does the .. mean in the hidden files of a directory?
the parent directory
48
What command creates a directory?
mkdir
49
What command creates a file?
touch
50
What does the mv command do?
Renames or moves a file
51
What does the cp command do?
copies files
52
What does the rm command do? What is important to remember about it?
it completely deletes a file or directory | There is no undo
53
What does the / represent in the CLI?
the root directory
54
What does the ~ represent in the CLI?
the user's home directory
55
What five things can the open command do?
``` open files (open file.txt), directories (open ~/Desktop/folder/), applications (open -a Spotify), open files with a specific application (open -a Preview ~/Path/to/file.pdf), and websites (open -a https://apple.com) ```
56
What command executes commands as root?
sudo
57
What command tests network connectivity?
ping
58
What shortcut moves the insertion point to the beginning of the command? the end?
control + a | control + e
59
What shortcut moves the insertion point back one work? forward? anywhere?
option + ← option + → press and hold option + click desired point
60
What does the control + c shortcut do?
abort
61
What shortcut executes the previous command?
!!
62
What do the ↓ and ↑ shortcuts do?
cycle through previous commands
63
Which key can be used to complete directory and file names?
tab
64
What is an easy way to get the absolute path of a file or directory in terminal without tab completion?
drag and drop into the terminal window
65
Why create a script?
to automate processes, complete a set of manual actions in the same way every time, or extend the functionality of Jamf Pro
66
What character informs the shell to ignore text in a script?
#
67
How can a script be run within the Terminal app?
zsh /path/to/script.zsh | ./script.sh
68
What is the purpose of the sleep command?
to wait for an amount of time
69
Describe each part of the following command line interpreter: #!/bin/bash
``` # = hash ! = bang /bin/bash = path to interpreter ```