Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 338 Bytes

File metadata and controls

14 lines (12 loc) · 338 Bytes

Linux Tips and Tricks

Monitor linux processes without root permissions using pspy. Useful for identifying cron jobs

git clone https://github.com/DominicBreuker/pspy.git
cd /opt/pspy
go build

# Transfer pspy to target and run
chmod +x pspy
./pspy

Find files modified in home last 60 minutes

find /home -ctime -60