I have created a directory which has permissions as rwxr-----
other directories shown in the same parent directory, show permissions of
rwxr-s---
using chmod, how do I change the group id permissions of this directory to show
r-s ?
This isn't a problem as I just created a new directory, but I am interested on how to do this.
I have done a man on chmod but I missed the bit on how to get an s :~)
I know how the normal rxw are obtained, but as for the additional values ?
Cheers
Dave