Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Nov 1999 02:46:25 -0500
From:      Allen Cleveland <allenc@mindsieve.com>
To:        big-sky@altavista.net
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: running processes
Message-ID:  <3.0.5.32.19991107024625.00821100@mindsieve.com>
In-Reply-To: <000001bf28e8$33106760$0201010a@cmr.net>

next in thread | previous in thread | raw e-mail | index | archive | help
At 12:20 AM 11/7/99 -0600, Mark Einreinhof wrote:
>How do I tell what is running? For example, I started dhcpd from the command
>line. Now I issue as root: ps and ps -ce to see what processes are running
>but I don't see dhcpd listed or apache for that matter. So how do I know if
>they are running?

I use :

ps -aux

and get:

USER     PID %CPU %MEM   VSZ  RSS  TT  STAT STARTED      TIME COMMAND
root       1  0.0  0.3   496  252  ??  Is   Fri11AM   0:00.02 /sbin/init --
root       2  0.0  0.0     0    0  ??  DL   Fri11AM   0:00.83  (pagedaemon)
root       3  0.0  0.0     0    0  ??  DL   Fri11AM   0:00.00  (vmdaemon)
root       4  0.0  0.0     0    0  ??  DL   Fri11AM   0:31.11  (syncer)
root      35  0.0  0.1   204   84  ??  Is   Fri11AM   0:00.00 adjkerntz -i

thats the <sniped> version :-)

if you want the full output, email me.

(using 3.3-S)


--
Allen Cleveland                 allenc@mindsieve.com
There is no try. Do, or do not do, but no try. -Yoda



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.5.32.19991107024625.00821100>