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

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


Vocabulary
io.files.info.unix

Inputs
patha pathname string
?a boolean


Outputs
None

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

Definition