Re: [SLE] Installing PostgreSQL in a Linux Environment
From: Jon Clausen (jon_at_stevnsgade.dk)
Date: 08/31/04
- Previous message: Chadley Wilson: "Re: [SLE] NFS dog"
- In reply to: Eyinagho Newton: "Re: [SLE] Installing PostgreSQL in a Linux Environment"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 31 Aug 2004 06:49:55 +0200 To: suse-linux-e@suse.com
On Mon, 30 Aug, 2004 at 05:29:32 -0700, Eyinagho Newton wrote:
>
>
> Thanks Ken. Forgive my inadequacies, as i'm very new
> on here. Also installed Linux ( SUSE ) only a few days
> ago.
>
> I did as you suggested and it gave me this result:
>
>
> newton@linux:~> ps auxw|grep postmaster|grep -v grep
<snip>
> ....................................
>
> Not sure what the interpretation is for the above.
Put very simply, it means that "no matter who, or where, you are,
'postmaster' isn't running."
'ps' doesn't care which directory you're in, it just lists the running
processes.
The output is piped to 'grep postmaster' which looks for the string
"postmaster".
Since there is now a running process (namely; 'grep postmaster') - the
output is piped further into 'grep -v grep' which *inverts* the match,
discarding anything containg the string "grep", leaving... nothing...
Have a look at 'grep --help'
HTH
/Jon
-- Just say "know!" -- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
- Previous message: Chadley Wilson: "Re: [SLE] NFS dog"
- In reply to: Eyinagho Newton: "Re: [SLE] Installing PostgreSQL in a Linux Environment"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|