On Thu, 2002-12-05 at 15:01, chris sherwood wrote:
> hmmm, I am replying to this as I am a newbie on this list and have spent
> most of my time just observing and learning.
> 
> one:  I pay particular attention to the posts from the more common names
> that I see. as the info is good and I never know when I may need it.
> 
> two: I am a little intimidated about trying to post to this list as there is
> a sense of elitism.
> 
> but we all need to remember there is no such thing as a stupid question just
> a stupid answer. (I may hear lots about this)
> 
> finally ummm... not to sound stupid but where is the documentation located
> for redhat?

Now that is a good question and is answered in the docs:)

seriously, Early on , after being intimidated by these guys with such a
wealth of knowledge and experience I bet I have spent as much time
looking for documentation as I have spent reading RELEVENT
documentation.

Depending on the topic under research I usually try the following:

man command
man -k command
info command
/usr/[share/]doc/packagename  # the share came in in rhl 7.0 I believe

if I am unsure what package a command is in i will do a 

rpm -qf $(which command)

then possibly 

rpm -qd $(rpm -qf $(which command))

redhat's site has links to several excellent resources including books
written by redhat employees that are chock full of stuff.  Several
redhat howtos as well I can;t count the number of times I have refered
folks to the kernel upgrade one.

Web sites for the package under research is high on the list.  PHP and
postgress come to mind easily.

I will usually hit a number of these before googling at google.com/linux
BTW the cached versions of the googled websites have the search terms
highlighted.  Very cool.

I am sure there are more and perhaps this should be continued on another
thread since I have not seen a discussion about where is the best place
to find the FM that people are always telling me to read :)

HTH

Bret  



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

Reply via email to