Tagged Questions
1
vote
2answers
2k views
Can't change permission for bash.bashrc file in Ubuntu
I'm trying to change the permission for my .bashrc file in Ubuntu but don't seem to have permission. I've tried following the example here:
Open up publicity.html for reading and writing by anyone.
...
2
votes
1answer
1k views
Changing Default UMASK Value
I am attempting to modify the default umask value under all accounts on my linux system to 002. This will hopefully allow both the account and the account's group access to the created files.
I have ...