Process.withGID

Return a new Process configured to run with the given GID, leaving the original unchanged.

struct Process
version(Posix)
const
withGID
(
in gid_t gid
)

Meta