Linux Triage:
Show all processes & locations
This shows all processes and their source executables.
[["text", "ps aux"]]
Forcefully end process
Force end a process.
[["text", "kill -9 <pid>"]]
Show systemd services
Show all systemd services on the system.
[["text", "ls -la /etc/systemd/system/*.service"]]
Show non-systemd services
[["text", "ls -la /etc/init.d/"]]
Show crontabs
Show all crontabs on the system.
[["text", "ls -la /etc/cron*; ls -la /var/spool/cron/*"]]
Show at jobs
Show all “at” jobs on the system
[["text", "ls -la /etc/cron*; ls -la /var/spool/cron/*"]]