Whats Up Doc

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: plug-discuss@lists.plug.phoenix.az.us
Date:  
Subject: Whats Up Doc
On Fri, 8 Nov 2002, George Gambill wrote:

> >From the command line (RH8) how do I findout the status (is it installed, is
> it running) of such things as:
>
> TFTP


rpm -qa | grep ftp


>
> NFS
>


rpm -qa | grep nfs


rpm -qa = rpm 'query all installed packages'

| grep nfs = search through the output of previous command for the text

'nfs'

David


> ????
> George
>
> -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
> PLUG-discuss mailing list -
> To subscribe, unsubscribe, or to change you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
>


--
"I find your lack of faith disturbing."
--Darth Vader
---
12:30pm up 44 days, 17:22, 1 user, load average: 0.32, 0.07, 0.02