Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 30th, 2012  |  syntax: None  |  size: 1.02 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1.  
  2. root@ks307954:~# ps aux | grep cron
  3. root      4776  0.0  0.0    156     4 ?        Ss   15:54   0:00 runsv bcron-sched
  4. root      4777  0.0  0.0    156     4 ?        Ss   15:54   0:00 runsv bcron-update
  5. root      4778  0.0  0.0    156     4 ?        Ss   15:54   0:00 runsv bcron-spool
  6. cronlog   4779  0.0  0.0    176    40 ?        S    15:54   0:00 svlogd -tt /var/log/bcron
  7. cronlog   4780  0.0  0.0    176    40 ?        S    15:54   0:00 svlogd -tt /var/log/bcron/spool
  8. cronlog   4781  0.0  0.0    176    40 ?        S    15:54   0:00 svlogd -tt /var/log/bcron/update
  9. cron      4782  0.0  0.0  16584   940 ?        S    15:54   0:00 bcron-sched
  10. root      4783  0.0  0.0  16576   744 ?        S    15:54   0:00 bcron-update /etc/crontab /etc/cron.d
  11. cron      4784  0.0  0.0   3900   468 ?        S    15:54   0:00 unixserver -U /var/run/.bcron-spool bcron-spool
  12. root      4785  0.0  0.0  16620   884 ?        S    15:54   0:00 bcron-exec
  13. root     20468  0.0  0.0  10136   840 pts/0    R+   17:19   0:00 grep cron
  14. root@ks307954:~#