Question: UNIX / LINUX QUESTION 1 What is the second step when changing a users profile? Enter vim .bash_profile Enter cd /etc/skel Assume superuser privileges Enter
UNIX / LINUX
QUESTION 1
- What is the second step when changing a users profile?
| Entervim .bash_profile | ||
| Enter cd /etc/skel | ||
| Assume superuser privileges | ||
| Enter cd /etc/profile.d |
QUESTION 2
- What file does thelastcommand retrieve information from?
| /etc/passwd | ||
| /etc/group | ||
| /var/log/wtmp | ||
| /etc/shadow |
QUESTION 3
- Which of the following commands will display the contents of /etc/passwd to standard output as well as make a copy to a file named passwdcopy.txt?
| ||||
| cat /etc/passwd >> passwdcopy.txt | ||||
| ||||
| cat /etc/passwd | tee passwdcopy.txt |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
