4
votes
1answer
2k views

Set default group for user when they create new files

I often find my self chown-ing files as I created them through SSH and they are owned by jm.jm for example. Then to allow Apache to access it, I need to for example do chown jm.www-data. I am sure I ...