Directory Terms Flashcards

Help me remember things I always forget

1
Q

What is the home directory?

A

The primary repository of a user’s files, including that user’s configuration files, and it is usually the directory in which a user finds itself when it logs into a system.

Home directories for users other than root user, are by default created in the /home directory.

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

What is the root directory?

A

the top-level directory on a system. The directory in which all other directories, including their subdirectories, and files reside.

The root directory, in turn, takes its name from the fact that the filesystems (i.e., the entire hierarchy of directories that is used to organize files) in Unix-like operating systems have been designed with a tree-like (although inverted) structure in which all directories branch off from a single directory that is analogous to the root of a tree.

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

What is your home directory?

A

the directory you are placed in when you log in.

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

What does the “splat” or “glob” operator symbol look like? And what does it do?

A

*

A wildcard of the command line that represents “any characters.”

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