setgidkäppä
The setgidkäppä, also known as the "setgid bit," is a special permission flag in Unix-like operating systems that affects the execution of executable files. When the setgid bit is set on a directory, any new files or subdirectories created within that directory will inherit the group ownership of the parent directory, rather than the primary group ownership of the user creating them. This is particularly useful for shared directories where multiple users need to collaborate on files and maintain consistent group permissions. For example, in a project directory, setting the setgid bit ensures that all files created by different team members automatically belong to the project's group.
When the setgid bit is set on an executable file, the program runs with the effective group