Workbook 2 Filesystem Basics: Chapter 1 Filesystem Navigation Flashcards

1
Q

Is a directory a file?

A

Yes, all directories and files are referred to as a file [5]

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

What does FQN stand for?

A

Fully Qualified Name

file or directory you want, separating each part with a slash (/) [6]

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

What is the name of the graphical tool that you can use to explore the directory tree?

A

Nautilus [6]

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

In terms of directories, explain what happens when a process is started.

A

A process is first assigned a cwd by the parent process which starts it [9]

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

What does bash stand for?

A

Bourne again shell [9]

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

What command outputs your current working directory?

A

pwd [9]

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

What does the following command line do? cd –

A

The previous working directory [10]

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

What does the following command line do? cd .

A

The current working directory [10]

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

What does the following command line do? cd ..

A

The parent directory [10]

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

What does the following command line do? cd ~

A

The user’s home directory [10]

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