I am trying to set the guid bit on a bunch of files within a perl script that performs my software install.
I have tried using the Perl chmod with 2755 as the permissions, but this seems to completly confuse chmod as the permission on the dir looks like "d-ws----wt".
I was hoping to avoid shelling out to use the Unix chmod, since it would be a wee bit of overhead.
I have tried using the Perl chmod with 2755 as the permissions, but this seems to completly confuse chmod as the permission on the dir looks like "d-ws----wt".
I was hoping to avoid shelling out to use the Unix chmod, since it would be a wee bit of overhead.