Jonathan, This is what I have got: netstat -at | grep smtp tcp 0 0 *:smtp *:* LISTEN Thanks, kalyan On Tue, Sep 15, 2009 at 6:42 PM, Miner, Jonathan W (US SSA) < jonathan.w.miner@xxxxxxxxxxxxxx> wrote: > > to check use the below command > > > > # netstat -an | grep smtp > > The -n option to netstat will make that grep useless, since it shows the > numerical information. > > % netstat -atn | grep 25 > tcp 0 0 0.0.0.0:25 0.0.0.0:* > LISTEN > > % netstat -at | grep smtp > tcp 0 0 *:smtp *:* > LISTEN > > -- > redhat-list mailing list > unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe > https://www.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list