Advertisement
Guest User

ps aux | grep find

a guest
Jan 6th, 2014
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. ubuntu@xxxxx:~$ ps aux | grep find
  2. root 12828 0.0 0.0 4404 608 ? Ss 16:09 0:00 /bin/sh -c [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin +$(/usr/lib/php5/maxlifetime) ! -execdir fuser -s {} 2>/dev/null \; -delete
  3. root 12838 5.3 24.1 940320 927780 ? S 16:09 0:35 find /var/lib/php5/ -depth -mindepth 1 -maxdepth 1 -type f -cmin +233334 ! -execdir fuser -s {} ; -delete
  4. root 13345 9.0 0.0 8 4 ? R 16:19 0:00 [find]
  5. ubuntu 13347 0.0 0.0 8108 940 pts/0 S+ 16:19 0:00 grep --color=auto find
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement