Make new files take on the same group as the directory | Ubuntu | Linux
Published by Nicholas Dunbar on March 12th, 2013
If you want all files created in a directory to carry a certain default group owner, change the files immediate folder to use the permission bit "s"
user@localhost the_directory> chmod g+s your_dir_name
This will make it so, if you cd your_dir_name a...