Process.setGID

Set GID to run process with

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

Parameters

gid gid_t

GID (id of system group) to run process with

Return Value

Type: void

reference to this (process instance)

Meta