Process.setUID

Set UID to run process with

struct Process
version(Posix)
ref
setUID
(
in uid_t uid
)

Parameters

uid uid_t

UID (id of system user) to run process with

Return Value

Type: auto ref

reference to this (process instance)

Meta