A parent process is the process that spawned another process. A child process is one who was spawned by another process.
All processes on Linux are children of the init process.
parent process
0001-01-01
A parent process is the process that spawned another process. A child process is one who was spawned by another process.
All processes on Linux are children of the init process.
Linux Persistence: Startup Scripts
2024-11-10 DFIR CTF linux persistence systemd SysV init startup script
Linux Persistence: Cron
2024-11-10 DFIR CTF linux persistence cron