More about processes
Normally at boot, one process is started /sbin/init
. Then everything else is managed by init and are called child processes. (sometimes also referred to as daemons)
Internally, the kernel maintains process information in the process table . Tools such as ps and top (described shortly) enable you to view and manipulate this table.