I'm specifically using raspbian, a debian-based version optimized for Raspberry Pi. I would like to modify the permissions that are given to the new files by default, I have searched for information and what I want to do can be done with the "umask" command.
The problem is that I do not know where to modify this parameter in my system, I have read that to affect all the users and not only until the console session is kept on, we have to modify the .bashrc that is in my home; and I do not know how to access this.
Could it be that it does not exist in my version of linux? Or am I doing something wrong?