1.9 Given a scenario, use features and tools of the Mac OS and Linux client/desktop operating systems. Flashcards

1
Q

• Best practices Mac OS and Linux

A

• Best practices Mac OS and Linux

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
  • Scheduled backups Mac OS and Linux (Mac OS and Linux)
A

the Time Machine utility enables data to be backed up to an external attached drive.

TO enable, System Preferences>Time Machine>On.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q
  • Scheduled disk maintenance (Mac OS and Linux)
A

Within the Disk Utility tool on the First Aid tab, disk permissions can be verified/ repaired or the entire disk itself can be verified.

Disk permissions can become corrupted after multiple software installs or uninstalls.

Scheduled disk maintenance Using a Task Scheduler, running disk maintenance entails performing regular disk/file maintenance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
  • System updates/App Store (Mac OS and Linux)
A

System updates/App Store Run these updates according to your enterprise/personal preference

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q
  • Patch management (Mac OS and Linux)
A

Patch management is the process of reviewing and controlling software and driver fixes for repairing or patching hardware/software.

In the case of urgent security fixes, patches are often pushed onto the machine.

Usually, patches can be scheduled or separately downloaded to be installed manually.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q
  • Driver/firmware updates (Mac OS and Linux)
A

GO TO System updates/App Store Run these updates according to your enterprise/personal preference..

OR hardware manufacturers WILL release updated drivers and firmware for system hardware.

Usually in response to a problem/bug or at times, to add new features or capabilities.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
  • Antivirus/Anti-malware updates (Mac OS and Linux)
A

System updates/App Store Anti-virus/Anti-malware updates

• OS X does not include anti-virus • Or anti-malware

Run these updates according to your enterprise/personal preference

DAILY • Automate your signature updates • New updates every hour / day

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

• Tools (Mac OS and Linux)

A

• Tools (Mac OS and Linux)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q
  • Backup/Time Machine (Mac OS and Linux)
A

Backup/Time Machine Backup Time Machine

TO ENABLE GO TO

System Preferences>Time Machine>slide switch to On macOS recovery - Command + R held down until you see the Apple logo.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q
  • Restore/Snapshot (Mac OS and Linux)
A

Restore/Snapshot Using system restore, you can take a snapshot of the system configuration and enable rollbacks to restore points

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q
  • Image recovery (Mac OS and Linux)
A

Image Recovery A custom image that contains the specified state of the operating system files, plus all of the desktop applications installed to the boot partition

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q
  • Disk maintenance utilities (Mac OS and Linux)
A

Linux file systems leave gaps between files, however, if the system is more than 80% full, performance will suffer.

Mac systems typically don’t need any assistance but if they do, open the Disk Utility app.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
  • Shell/Terminal (Linux)
A

Shell/Terminal where the Linux computer can be run from JUST the command line.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q
  • Screen sharing (Mac OS and Linux)
A

Screen Sharing Using a macOS client, we can share screens based on Virtual network computing(VNC).

VNC is a freeware product (port 5900).

Only use these over a SECURE CONNECTION .

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q
  • Force Quit (Mac OS and Linux)
A

Force Quit A macOS feature, nonetheless, force quitting an application or service renders the computer or system able to start functioning again as relatively normal as possible in most situations.

Doing so on a mac may be the best practice for a spinning wheel

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
  • Multiple desktops/Mission Control (Mac OS)
A

Multiple desktops/Mission Control This feature allows the user to press a special key function and access multiple system interfaces

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q
  • Key Chain (Mac OS)
A

Key Chain This app is a password protecting program for storing user passwords.

18
Q
  • Spot Light (Mac OS)
A

Spot Light File system search feature in macOS. Just press the command button + space bar

19
Q
  • iCloud (Mac OS)
A

iCloud Cloud storage service operated by Apple and closely integrated with macOS and iOS

20
Q
  • Gestures (Mac OS)
A

Gestures Finger movements on a trackpad or mouse that enable a user to scroll, zoom, and navigate desktop, document, and application content

21
Q
  • Finder (Mac OS)
A

Finder File management GUI in macOS

22
Q
  • Remote Disc (Mac OS)
A

No Mac has been sold with an internal optical drive.

BUT, there is an option the Remote Disc app, lets the user access a SHARED CD/DVD drive on another Mac or Windows Computer.

23
Q
  • Dock (Mac OS)
A

Dock macOS feature for managing applications from the desktop, similar to Windows taskbar

24
Q
  • Boot Camp (Mac OS)
A

Boot Camp A utility supplied with macOS that allows Windows installation on mac.

25
Q

• Basic Linux commands

A

• Basic Linux commands

Linux

26
Q

(Linux)

  • ls
A

• Ls ◦ List files ◦ Same as the dir command

27
Q

(Linux) - grep

A

• Grep ◦ Search for expressions and filter files

28
Q

(Linux) - cd

A

• cd ◦ Change the working directory

29
Q

(Linux) - shutdown

A

• Shutdown ◦ -h to halt ◦ -r to reboot ◦ Can be done with a +minutes command

30
Q

(Linux) - pwd vs. passwd

A

• pwd vs. passwd

◦ pwd is print working directory

◦ passwd is for changing the user password

31
Q

(Linux) - mv

A

• mv ◦ move a file to a different location

32
Q

(Linux) - cp

A

• cp ◦ copy a file to a new location

33
Q

(Linux) - rm

A

• rm ◦ remove a file

34
Q

(Linux) - chmod

A

• chmod ◦ change the permissions of a file/folder

35
Q

(Linux) - chown

A

• chown ◦ change the owner

36
Q

(Linux) - iwconfig/ifconfig

A

• iwconfig/ifconfig ◦ display the current state of the network interfaces within Linux

37
Q

(Linux) - ps

A

• ps ◦ ps command displays processes

38
Q

(Linux) - su/sudo

A

◦ ps command displays processes

• su/sudo ◦ su is superuser ◦ sudo is superuser do – can perform the functions or commands

39
Q

(Linux) - apt-get

A

• Apt-get ◦ Package manager for Debian distributions

40
Q

(Linux) - vi

A

• Vi ◦ Text file editor

41
Q

(Linux) - dd

A

• Dd ◦ Delete the whole line the cursor is on

42
Q

(Linux) - kill

A

• Kill ◦ Kill the process or task