Jin,

find works fine when you know the complete name of the
file, but in case you want to look for a file which
has the "host" substring in the name for example, try

find / | grep host

or if you even doesn't know if this substring has
capital letters or not, try

find / | grep -i host

Hope it helps you,

Andre 


--- Jim Hale <[EMAIL PROTECTED]> wrote:
> I know that I'm still REALLY new to Linux
> (Obviously) but am trying to
> figure out how to find a file.
> 
> Say, I wanted to find php.ini, what would I need to
> type in?
> 
> Thanks! :)
> 
> Jim Hale
> ---
> 'The OS Tells The PC What To Do With Itself" -
> Me,1990
> ---
> Visit Our Personal Website at
> http://hale.dyndns.org, Our Forums at
> http://haleforum.dyndns.org or Our Photo Galleries
> at
> http://halegallery.dyndns.org.
> 
> 
> 
> -- 
> redhat-list mailing list
> unsubscribe
>
mailto:[EMAIL PROTECTED]
>
https://listman.redhat.com/mailman/listinfo/redhat-list


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to