Chp 18 OS X and Linux Flashcards

1
Q

OS X default backup app

A

Time Machine

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

Crontab

A

Used to run tasks on a schedule using the cron utility

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

Disk Utility

A

command+spacebar
Creates blank disk images
can format non-OS X drives to work with OS X

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

Restore/Snapshot OS X

A

You can use Time Machine to restore a file from a snapshot

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

Shell/Terminal

A

Command line for both OS X and Linux

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

Screen Sharing

A

OS X

Allows one user to remote with another local user or through virtual network computing.

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

Force Quit

A

OS X and Linux
shut down an app
command+option+esc

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

Mission Control

A

An app for working with multiple displays. Allows you to copy, move, view apps on all displays.

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

Spotlight

A

OS X
search tool for files, apps, photos, web results, movie listings, and more.
Same as windows search.
command+spacebar

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

Icloud Keychain

A

OS X

Stores safari usernames and passwords, credit card info, and wifi network info.

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

Pinching close with four or five fingers

A

OS X

Opens launchpad

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

Swiping left or right with three or four fingers

A

OS X

Switch between full screen apps

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

Swiping up with two fingers

A

OS X

Open Mission Control

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

Remote Disc

A

OS X

Access a CD or DVD on another computer from your computer.

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

Dock

A

OS X
display and switch between running apps.
Along the bottom of the display.

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

Grep

A

Linux/OS X

used to perform text searches

17
Q

cd

A

Linux/OS X

change directories

18
Q

pwd

A

Linux/OS X

displays name of current/working directory

19
Q

passwd

A

Linux/OS X

starts the password change process

20
Q

mv

A

move files to a specified location

21
Q

cp

A

Linux/OS X

copy files to a specified location

22
Q

rm

A

Linux/OS X

remove files from your system

23
Q

chmod

A

Linux/OS X

change permissions of files and directories

24
Q

chown

A

Linux/OS X

change file ownership

25
Q

iwconfig/ifconfig

A

Linux/OS X
iwconfig - wireless network(Linux only)
ifconfig - wired network
displays connections and network settings

26
Q

PS

A

Linux/OS X

List current processes

27
Q

su/sudo

A

Linux/OS X

Run a command as another user