Process.setGID

Set GID to run process with

struct Process
version(Posix)
ref
setGID
(
in gid_t gid
)

Parameters

gid gid_t

GID (id of system group) to run process with

Return Value

Type: auto ref

reference to this (process instance)

Meta