when typing pgrep wget
, it show process id 10144
but how to know what is the details of this process id
We run Apache version 2.2.8-1ubuntu0.15
on our VPS instance of Ubuntu 8.04.4 LTS \n \l
, as I determined by asking this question.
When I issue pgrep apache2
, I get the following:
2691
24517
25330
25669
25672
25795
25796
25809
25825
26401
26402
That's 11 seperate instances of apache2
! Is this normal? If not, what should I do about it?