how you all messages sent from PPP?
You are working in a graphical environment and trying to configure PPP, but are having problems. You know that PPP uses the local2 facility for logging. To better
watch what’s going on, you decide to open an Xconsole session and sent all local2 messages there. How should you configure /etc/syslog.conf to show you all
messages sent from PPP?
what file?
CORRECT TEXT
You want to make sure all Bash users, when they login, get access to a new program in /opt/bin (not currently in their PATH). To ensure this you would put the command: PATH=$PATH:/opt/bin; export PATH in what file?
What is the purpose of the bash built-in export command?
What is the purpose of the bash built-in export command?
What should you do?
You have a user whose account you want to disable but not remove. What should you do?
Which of the following files has the correct permissions?
Which of the following files has the correct permissions?
What BASH environment variable will prevent you from ov…
What BASH environment variable will prevent you from overwriting a file with a “>” or “>>”?
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?
Which two files in a user’s home directory are used to …
Which two files in a user’s home directory are used to customize the bash environment?
How can you get a list of man pages that contain inform…
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?
What file is displayed BEFORE users log in for users wh…
What file is displayed BEFORE users log in for users who log in to the machine locally?