Terminal and Friends Flashcards

1
Q

Where are terminals available?

A

Terminals are available on all operating systems.

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

what does a terminal allow you to do?

A

terminals allow you to have a fine grained control over your computer

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

What are the 3 primary reasons terminals exist

A
  1. more fine grained control
  2. automation and programmability
  3. common interface across all operating systems
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

List the Command…
this command lists all the files in the current folder

A

ls

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

List the Command…
moves you around in files

A

cd

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

List the Command…
moves files, can also rename a file

A

mv

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

List the Command…
makes a new folder

A

mkdir

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

List the Command…
deletes a folder

A

rmdir

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

List the Command…
creates new files

A

touch

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

List the Command…
copies files

A

cp

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

List the Command…
removes files

A

rm

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

List the Command…
gets a basic description of a command

A

whatis

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

List the Command…
gets all the information of a command

A

man

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

what commands are potentially destructive commands

A

rmdir, rm, mv

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