This is not necessarily direct computer science question but its closely related.
Is there any way to do this.
I am using Z Shell zsh.
I want to set up so whenever i am in folder
~/blah
Everything I create is created using permissions 770 (All access wrx for me and group). Basically whatever I do in that folder should have those permissions.
In addition group for that file should be done in same way. But thats same process as the one for the permissions.
Anyone?