Command Line Flashcards

1
Q

what are folders referred to in command line?

A

directories

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

files and directories are organised into a ___

A

filesystem

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

The first directory in the filesystem is the __ ____

A

root directory

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

The root directory is the ___ of all other directories

A

parent

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

what is the $ symbol referred to as?

A

a shell prompt

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

when does the shell prompt $ appear

A

when the terminal is ready to accept a command

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

what does the command pwd stand for?

A

print working directory

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

what is a working directory?

A

the folder / directory you are currently in

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

what does the command cd stand for?

A

change directory

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

what is it called when a file, program or directory is passed into a command?

A

an argument

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

what command do you use to move up one directory?

A

cd …

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

what does the command mkdir stand for?

A

make directory

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

what does the touch command do?

A

touch creates new files

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

what does BASH stand for?

A

Bourne-Again SHell

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

what does CLI stand for?

A

command line interface

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