InterviewSolution
Saved Bookmarks
| 1. |
What File Do You Put The Umask Setting In? |
|
Answer» The UMASK value for Bourne and korn shell USERS can be MODIFIED system wide by EDITING the “umask” ENTRY in the “/etc/profile” file. To change the default UMASK for the C shell, MODIFY the UMASK variable in “/etc/default/login” file. The UMASK value for Bourne and korn shell users can be modified system wide by editing the “umask” entry in the “/etc/profile” file. To change the default UMASK for the C shell, modify the UMASK variable in “/etc/default/login” file. |
|