Joshua Isom gmail.com> writes:
>
> On 2/19/2012 6:44 AM, RW wrote:
> > On Sun, 19 Feb 2012 10:28:29 + (UTC)
> > jb wrote:
> >
> >> Hi,
> >>
> >> It's fb9-release.
> >>
> >> Why the other ps entries do not display cron ?
> >>
> >> $ top
> >> ...
> >>PID USERNAMETHR PRI NICE SIZE
> From owner-freebsd-questi...@freebsd.org Sun Feb 19 04:35:10 2012
> To: freebsd-questions@freebsd.org
> From: jb
> Date: Sun, 19 Feb 2012 10:28:29 + (UTC)
> Subject: ps output
>
> Hi,
>
> It's fb9-release.
>
> Why the other ps entries do not displ
On 2/19/2012 6:44 AM, RW wrote:
On Sun, 19 Feb 2012 10:28:29 + (UTC)
jb wrote:
Hi,
It's fb9-release.
Why the other ps entries do not display cron ?
$ top
...
PID USERNAMETHR PRI NICE SIZERES STATE C TIME WCPU
COMMAND 1897 root 1 200 9644K 1208K nanslp
On Sun, 19 Feb 2012 10:28:29 + (UTC)
jb wrote:
> Hi,
>
> It's fb9-release.
>
> Why the other ps entries do not display cron ?
>
> $ top
> ...
> PID USERNAMETHR PRI NICE SIZERES STATE C TIME WCPU
> COMMAND 1897 root 1 200 9644K 1208K nanslp 0 0:03
> 0.00%
Hi,
It's fb9-release.
Why the other ps entries do not display cron ?
$ top
...
PID USERNAMETHR PRI NICE SIZERES STATE C TIME WCPU COMMAND
1897 root 1 200 9644K 1208K nanslp 0 0:03 0.00% cron
...
$ ps -ax |grep cron
1897 ?? Is 0:03.16 /usr/sbin/cron
Sergey Zaharchenko wrote:
Hello Eric!
Mon, Dec 12, 2005 at 10:04:51AM -0600 you wrote:
I was wondering if someone could explain why it is sometimes there and
not other times.
Sometimes the ps process manages to catch the system state when grep has
not been started yet by the shell. Sometim
Hello Eric!
Mon, Dec 12, 2005 at 10:04:51AM -0600 you wrote:
> I was wondering if someone could explain why it is sometimes there and
> not other times.
Sometimes the ps process manages to catch the system state when grep has
not been started yet by the shell. Sometimes it doesn't.
> And how I
On 2005-12-12 10:04, Eric Schuele <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I am sure this is quite trivial, but...
>
> I have need to determine if an app (firefox, or anything really) is
> already running before I perform some action. So I grep the ps output.
> However
Kirk Strauser wrote:
On Monday 12 December 2005 10:16, Alex Zbyslaw wrote:
ps | egrep firefox | egrep -v egrep
Ouch! Replace that with:
ps | grep "[f]irefox"
Ah, yes. Very nice. Thanks.
which will never match the grep commandline itself.
--
Regards,
Eric
Alex Zbyslaw wrote:
Eric Schuele wrote:
Hello,
I am sure this is quite trivial, but...
I have need to determine if an app (firefox, or anything really) is
already running before I perform some action. So I grep the ps
output. However sometimes (many times) that which I'm searchin
On Monday 12 December 2005 10:16, Alex Zbyslaw wrote:
> ps | egrep firefox | egrep -v egrep
Ouch! Replace that with:
ps | grep "[f]irefox"
which will never match the grep commandline itself.
--
Kirk Strauser
The Day Companies
___
freebsd-questio
Eric Schuele wrote:
Hello,
I am sure this is quite trivial, but...
I have need to determine if an app (firefox, or anything really) is
already running before I perform some action. So I grep the ps
output. However sometimes (many times) that which I'm searching for
is present i
On Mon, December 12, 2005 11:04 am, Eric Schuele wrote:
> Hello,
>
> I am sure this is quite trivial, but...
>
> I have need to determine if an app (firefox, or anything really) is
> already running before I perform some action. So I grep the ps output.
> However someti
Hello,
I am sure this is quite trivial, but...
I have need to determine if an app (firefox, or anything really) is
already running before I perform some action. So I grep the ps output.
However sometimes (many times) that which I'm searching for is present
in the output because
Farid Hajji <[EMAIL PROTECTED]> wrote
in <[EMAIL PROTECTED]>:
me> how can I generate a pdf/ps copy of the handbook
me> or any other DocBook document using
me>/usr/doc/share/mk/doc.project.mk
me> in other pagesizes, like a4, letter, or even
me> a custom format? Or said another way:
me> which
Hi,
[Please Cc me directly, I'm not on the mailing list. Thanks.]
how can I generate a pdf/ps copy of the handbook
or any other DocBook document using
/usr/doc/share/mk/doc.project.mk
in other pagesizes, like a4, letter, or even
a custom format? Or said another way:
which knob to I need to tur
16 matches
Mail list logo