In Linux and Unix-like environments, each process has a section in memory known as its environment that contains variables known as environment variables that can be inherited from the parent process. These variables help to pass information into processes spawned from shells.
environment
0001-01-01
Recent Posts
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