Which of the following will best accomplish this task?
You need to find all references in your system documentation to the word “copy”. Which of the
following will best accomplish this task?
which usenet hierarchy?
The main collection of Linux usenet newsgroups are found in which usenet hierarchy?
What Internet based organization is primarily responsible for hosting and distributing the various Linux HOWTO
CORRECT TEXT
What Internet based organization is primarily responsible for hosting and distributing the various
Linux HOWTOs? (NOT the URL)
What file is displayed BEFORE users log in for users who log in to the machine locally?
What file is displayed BEFORE users log in for users who log in to the machine locally?
How can you get a list of man pages that contain information about PPP?
You want to find the man pages for utilities and tools related to PPP, but you don’t know the name
of the specific commands. How can you get a list of man pages that contain information about
PPP?
Which two files in a user’s home directory are used to customize the bash environment?
Which two files in a user’s home directory are used to customize the bash environment?
What is considered the normal exit value of a process?
CORRECT TEXT
What is considered the normal exit value of a process?
what subdirectory should you create the directory?
CORRECT TEXT
You just installed a new system, but before you create any new users you want to ensure they
have a subdirectory bin/ in their home directory. To ensure this directory is automatically created
each time you add a new user, in what subdirectory should you create the directory?
What BASH environment variable will prevent you from overwriting a file with a “>” or “>>”?
What BASH environment variable will prevent you from overwriting a file with a “>” or “>>”?
To fix this, you should execute: ______PATH allowable
CORRECT TEXT
You added /usr/local/bin to your PATH environment variable. Next you executed the command
make, which calls gcc. This failed because gcc couldn’t find the executable in /usr/local/bin that it
needed.
To fix this, you should execute:
______PATH allowable