| | | | |
| C |
| |
| | chdir - change working directory ( ) |
| |
| | child processes |
| | | allows a parent process to control the execution of a child process - ptrace ( ) |
| | | get time - times ( ) |
| | | wait for child process to change state - waitid ( ) |
| | | wait for child process to change state - waitpid ( ) |
| | | wait for child process to stop or terminate - wait ( ) |
| |
| | chmod - change access permission mode of file ( ) |
| |
| | chown - change owner and group of a file ( ) |
| |
| | chroot - change root directory ( ) |
| |
| | clock, get local clock values - ntp_gettime ( ) |
| |
| | continue or suspend LWP execution |
| | | - _lwp_continue ( ) |
| | | - _lwp_suspend ( ) |
| |
| | CPU-use, process execution time profile - profil ( ) |
| |
| | creat - create a new file or rewrite an existing one ( ) |
| |
| | create a new process - fork ( ) |
| | | fork1 ( ) |
| |
| | create a new light-weight process - _lwp_create ( ) |
| |
| | create session and set process group ID - setsid ( ) |