| Author |
Linux+ Question of the Day
|
|
| Boulware5 2004-01-29, 3:35 pm |
| You want all new employees in your company to get the company policy files when you create a new user. You don't want to manually put it in each new user's home directory. You want this done automatically. Where can you put the files ABCcompany_Policy and ABCcompany_Policy_2 so new users will automatically get these files in their home directories when you create them?
a. /etc/skel
b. /etc/skell
c. /etc/passwd
d. /etc/motd
e. /home | |
| bsdboy 2004-01-29, 3:52 pm |
| a | |
| prezbedard 2004-01-29, 10:41 pm |
| d. /etc/motd | |
| bsdboy 2004-01-29, 10:57 pm |
| quote: Originally posted by prezbedard
d. /etc/motd
motd would be logical place to put important information, but it is not copied to $HOME. it is only displayed on logging in. to copy to a new account, it needs to be put in /etc/skel. | |
| ClintonN 2004-01-30, 8:47 am |
| A | |
| Boulware5 2004-02-02, 12:19 am |
| Answer is:
a. /etc/skel
Good job. (Except for you prez. ) | |
| prezbedard 2004-02-02, 12:30 am |
| LINUX RULES!!! |
|
|
|