running processes & services
scheduled tasks
ps
pgrep explorer.exe
migrate <pid>
net start -> shell -> background services
wmic service list brief
tasklist /SVC
schtasks /query /fo LIST
schtasks /query /fo LIST /v
running services
cron jobs
crontab -l
top
ls -al /etc/cron*
cat /etc/cron*
Last updated 2 years ago