Lecture 13-MT2 Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Directory

A

a folder

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

File

A

any document

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

Path

A

nested address of a file/directory on computer

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

ls

A

Lists the contents of the directory found in the path

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

ls -l

A

long format of contents in directory found in this path

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

cd

A

change directory
-change the directory that the terminal is pointing at

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

mkdir

A

make directory

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

pwd

A

print working directory
-tells you in which directory you are in and the path taken to get there

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

mv

A

move file or directory from one location to another

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

nano

A

text editor program

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

wc

A

word count

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

cat

A

concatenate files/read them sequentially

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

head

A

inspect/see first (head) few lines of a file

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

What is the command line?

A

typing commands and reading text files
-dont use/see graphical user interface
-faster for large files

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