Config Profile ~/.bash and ~/.bash_profile Default & Preferred Permissions?
Solution 1:
bashrc
and bash_profile
are read by bash
and do not require the execute bit to be set. Nor do either require the execute bit set when sourcing the file in your current bash session. That said, an octal representation of 600
would be my choice.
The default permissions set on a file is governed by umask
.