Chp 18 OS X and Linux Flashcards Preview

CompTIA 902 > Chp 18 OS X and Linux > Flashcards

Flashcards in Chp 18 OS X and Linux Deck (27)
Loading flashcards...
1
Q

OS X default backup app

A

Time Machine

2
Q

Crontab

A

Used to run tasks on a schedule using the cron utility

3
Q

Disk Utility

A

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

4
Q

Restore/Snapshot OS X

A

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

5
Q

Shell/Terminal

A

Command line for both OS X and Linux

6
Q

Screen Sharing

A

OS X

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

7
Q

Force Quit

A

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

8
Q

Mission Control

A

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

9
Q

Spotlight

A

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

10
Q

Icloud Keychain

A

OS X

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

11
Q

Pinching close with four or five fingers

A

OS X

Opens launchpad

12
Q

Swiping left or right with three or four fingers

A

OS X

Switch between full screen apps

13
Q

Swiping up with two fingers

A

OS X

Open Mission Control

14
Q

Remote Disc

A

OS X

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

15
Q

Dock

A

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

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