← Back to search

Check Running Processes

enumerationlinuxchecklist

Summary

Note services running as root and any process started from a writable path.

Walkthrough

Review running processes and their parent/child tree for privileged services.

Commands

bash

ps -ef --forest

bash

ps aux | grep -i root