Process.withUID

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

struct Process
version(Posix)
const
withUID
(
in uid_t uid
)

Meta