[][src]Module coreutils_core::os::process

Module with abstractions to safely deal with processes.

Modules

priority

Module for safe API for getting and setting process priority.

Functions

change_root

Change the root of the running process to newroot.

set_group

Set the group for the current process.

set_groups

Set the groups for the current process.

set_user

Set the user for the current process.