+1 vote
in Linux by
Explain system calls used for process management?

1 Answer

0 votes
by

There are some system calls used in Linux for process management. These are as follows:

  • Fork(): It is used to create a new process
  • Exec(): It is used to execute a new process
  • Wait(): It is used to make the process to wait
  • Exit(): It is used to exit or terminate the process
  • Getpid(): It is used to find the unique process ID
  • Getppid(): It is used to check the parent process ID
  • Nice(): It is used to bias the currently running process property

Related questions

0 votes
asked Mar 21, 2023 in Data Analytics by Robin
0 votes
asked May 15, 2020 in Agile by anonymous
...