This shows you the differences between two versions of the page.
|
ep:labs:05:contents:tasks:ex1 [2026/03/30 22:14] radu.mantu |
ep:labs:05:contents:tasks:ex1 [2026/03/30 22:15] (current) radu.mantu |
||
|---|---|---|---|
| Line 85: | Line 85: | ||
| * Identify the PID and PPID of the process running the dummy script and kill the process using command line from another shell (sending SIGINT signal to both parent & child processes). | * Identify the PID and PPID of the process running the dummy script and kill the process using command line from another shell (sending SIGINT signal to both parent & child processes). | ||
| * Hint - [[https://superuser.com/questions/150117/how-to-get-parent-pid-of-a-given-process-in-gnu-linux-from-command-line|How to get parent PID of a given process in GNU/Linux from command line?]] | * Hint - [[https://superuser.com/questions/150117/how-to-get-parent-pid-of-a-given-process-in-gnu-linux-from-command-line|How to get parent PID of a given process in GNU/Linux from command line?]] | ||
| - | |||
| - | Provide a screenshot in which it shows the iotop with only the active processes and one of them being the running script. Then another screenshot after you succeeded to kill it. | ||
| <solution -hidden> | <solution -hidden> | ||