Workbook 2 Filesystem Basics: Chapter 1 Filesystem Navigation Flashcards
Is a directory a file?
Yes, all directories and files are referred to as a file [5]
What does FQN stand for?
Fully Qualified Name
file or directory you want, separating each part with a slash (/) [6]
What is the name of the graphical tool that you can use to explore the directory tree?
Nautilus [6]
In terms of directories, explain what happens when a process is started.
A process is first assigned a cwd by the parent process which starts it [9]
What does bash stand for?
Bourne again shell [9]
What command outputs your current working directory?
pwd [9]
What does the following command line do? cd –
The previous working directory [10]
What does the following command line do? cd .
The current working directory [10]
What does the following command line do? cd ..
The parent directory [10]
What does the following command line do? cd ~
The user’s home directory [10]