<br><br><div class="gmail_quote">2009/10/9 vijay shanker <span dir="ltr"><<a href="mailto:vijaydshanker@gmail.com">vijaydshanker@gmail.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Linux geeks,<br><br>I have just started to setup a production server with centos; and moved from windows server to centos. My first encounter with this great linux distro is good.<br><br>I am not able to understand what is the point of having scattered folders for apache server installation.<br>

<br>when i see the /etc/httpd folder; it has only conf folder and links to logs, module and , run. As i have been working on Windows where all these files are stored in a single installation folder.<br><br>So, this makes me quite confused to start with.<br>

<br>Can anyone tell me what is the idea behind using such a installation pattern. <br><br>Now i am going to install java, I have two options via RPM and other is extracting the distro and use it. i have a feeling if i use first option, all the folders like jre and jdk will be palced any where. Not to be found.<br>

<br>Please tell me or point to any relevant link. so i can go ahead without any doubt over this issue.<br></blockquote></div><br>rpm -ql <package name><br><br>will tell you were the package's files are<br><br>rpm -ql <package name> | grep conf<br>
<br>will show only those files having 'conf' in their names.<br>*<br>for jdk, i use the .bin, not the .rpm. (but i'm only interested in plugin)<br>*<br>docs are everywhere but you can start here:<br><br><a href="http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard">http://en.wikipedia.org/wiki/Filesystem_Hierarchy_Standard</a><br>
<br>-- <br>Linux counter #213090<br>