file-group-id ( path -- gid )
Unix file attributes ยป Unix file user and group ids

Prev:set-file-user ( path string/id -- )
Next:file-group-name ( path -- string )


Vocabulary
io.files.info.unix

Inputs
patha pathname string


Outputs
gidan integer


Word description
Returns the group id for a given file.

Definition