This is a discussion on umask 0777 within the Linux software forums, part of the Linux Getting Started category; Hi. After making an entry in .bashrc file for changing umask value to 022 for a non previliged user, when ...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
|
|||
|
Hi. After making an entry in .bashrc file for changing umask value to 022 for a non previliged user, when i reboot my PC, I m finding the defaul umask 0777. Now the new files are being created with 0000 permissions. Can somebody suggest me, where i have mistaken. I opened .bashrc file with vi and written there - umask = 022.
Pls let me know whats wrong in that. |
| Sponsored Links | ||
|
|
|
||||
|
Replace
Code:
umask = 022 Code:
umask 0022 |