Handbook
Glossary
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
path
a pathname string
?
a
boolean
Outputs
None
Word description
Sets the
group read
bit of a file to true or false.
Definition
USING:
io.files.info.unix.private
kernel
;
IN:
io.files.info.unix
:
set-group-read
( path ? -- )
GROUP-READ
swap
chmod-set-bit
;