File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3405,13 +3405,13 @@ Useful resources:
3405
3405
3406
3406
There are some system calls for process management. These are as follows:
3407
3407
3408
- - ` Fork ()` : it is used to create a new process
3409
- - ` Exec ()` : it is used to execute a new process
3410
- - ` Wait ()` : it is used to make the process to wait
3411
- - ` Exit ()` : it is used to exit or terminate the process
3412
- - ` Getpid ()` : it is used to find the unique process ID
3413
- - ` Getppid ()` : it is used to check the parent process ID
3414
- - ` Nice ()` : it is used to bias the currently running process property
3408
+ - ` fork ()` : it is used to create a new process
3409
+ - ` exec ()` : it is used to execute a new process
3410
+ - ` wait ()` : it is used to make the process to wait
3411
+ - ` exit ()` : it is used to exit or terminate the process
3412
+ - ` getpid ()` : it is used to find the unique process ID
3413
+ - ` getppid ()` : it is used to check the parent process ID
3414
+ - ` nice ()` : it is used to bias the currently running process property
3415
3415
3416
3416
Useful resources:
3417
3417
You can’t perform that action at this time.
0 commit comments