Important Directories Flashcards
Every user account is assigned…?
A home directory.
The _____ directory is used for global scratch space.
/tmp
The /bin and /usr/bin directories contain…?
commonly executed files.
the ____ directory contains system config files.
/etc
Roots home directory, /root, should not be confused with the…?
filesystem root directory, /.
Linux can be used to support many different types of computer systems such as…?
Servers, Development workstations, personal desktop system, etc.
In order to standardize the filesystem’s directory structure across this varied range of systems, most Linux system employ a…?
Common naming and utilization scheme that makes the systems much easier to use and maintain.
Home directory represents a Users…?
“Private” space on the system. (Typically, this is a subdirectory under the /home directory whose name matches the user’s login username. (Examples of this, such as /home/alice or /home/hogan) One significant exception to this is the superuser (or root user) whose home directory is usually /root.)
For any user, the tilde character (~) represents the ____ of the user’s home directory when used as the first character of a file or directory reference.
FQN.
Most obvious purpose for a user’s home directory is as …?
private data space, a place where they can store files away from the files of other users.
Two different users can give files or directories the same name without…?
conflict, since each is stored in their own space.
Keeping each user’s space separate from the others makes …?
security much easier for the users, as well.
A user’s home directory provides a place to store user-specific…?
Configuration files.
(When Blondie logs in, for example, she may need a different environment than does Prince. Blondie may prefer different screen colors, different command shortcuts, perhaps even a completely different desktop environment than Prince. Local, user-specific configuration files make this possible. Many of these configuration files are created automatically in a default form when a user’s account is created, or on first use of a particular system resource.)
Users are normally given _____ _____ control over their own home directories, while access to the rest of the system is restricted.
relatively complete.
( Alice, for example, most likely cannot modify or delete any of the configuration files in the /etc directory, even though she may be able to read them. And most likely she cannot read, modify or delete any of the files in the directories of other users of the system.)
When a user first logs into the system, they are placed…?
in their home directory, that is the system sets their initial working directory as their home directory.