How to set default group on new files or directory in Linux
Posted onI am managing a linux server where I want developers to run a springboot application which will generate files and folders. Those newly application created files and folders must inherit the parent group ID to let other developers manipulate the generated information. chmod g+s is for setting and inheriting the setgid. setfacl -m g::rwx is […]