Skip to main content

uid

property Deno.CommandOptions.uid

Sets the child process’s user ID. This translates to a setuid call in the child process. Failure in the set uid call will cause the spawn to fail.

number
Back to top