Can I use chmod to change the permission from -rwsr-xr-x to -rwsr-sr-x?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
migrated from serverfault.com Jul 19 '10 at 21:15
|
Yes, chmod g+s <file> The You can also specify the full permissions of the file: chmod 6755 <file> This changes the permissions of the file to In both cases, replace For more information on |
|||
|
|