it's possible on a Linux system, view the hierarchy of processes...
using the command pstree.
The father of all processes is "init", it's also the first process to be started directly from the kernel on GNU/Linux systems whose PID is equal to 1.
it's possible on a Linux system, view the hierarchy of processes...
using the command pstree.
The father of all processes is "init", it's also the first process to be started directly from the kernel on GNU/Linux systems whose PID is equal to 1.
