1951FDG
10/26/2013 - 8:02 PM

setgid 'procmod' permission

setgid 'procmod' permission

sudo chgrp procmod
sudo chmod g+s
This special permission allows the file to be run with the security permissions of the group instead of the permission of the user who ran the program. This can be a source of security problems. The sgid permission is seen as an "S" in the group executable position in a long directory listing (ls -l). Has no effect if the file is not executable.