set-group-read ( path ? -- )
Unix file attributes ยป Unix file permissions

Prev:set-user-execute ( path ? -- )
Next:set-group-write ( path ? -- )


Vocabulary
io.files.info.unix

Inputs
patha pathname string
?a boolean


Outputs
None

Word description
Sets the group read bit of a file to true or false.

Definition