til

"Today I Learned" or little things I learned day by day.


Project maintained by lsnt4 Hosted on GitHub Pages — Theme by mattgraham

Continuously Monitor a Process By a Specific User

$ watch -n 1 pgrep -u www-data -a curl

n - Interval
u - User
a - Display process command line and ID l - Display process name and ID