LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   I've installed Linux, but what a mess... (https://www.linuxquestions.org/questions/linux-newbie-8/ive-installed-linux-but-what-a-mess-214093/)

Umanga 08-06-2004 12:08 AM

I've installed Linux, but what a mess...
 
Hello guys! Here's my first post, Its kinda silly but here goes
I've installed Red Hat Linux 8 (Physco),I got following questions

1) In windows we know usually the installed programs are located
in 'Program Files' folder , but in linux what is that folder??
2) In Windows we can change the system configuration using RegEdit?
What about Linux? is it the /etc folders and it files???
3) When I install a rpm where the files goes? I mean how can i find the
executable file if it not in the Start Menu???
4) I want to do to OpenGL programming will KDevelop be a good solution?


thats it for now... but many more to com.... :)
Thanks

aeruzcar 08-06-2004 12:17 AM

Usually all of the programs go to the /usr folder
The executables are usually in the /usr/bin or /usr/sbin folder, and many of the configuration files are in the /etc folder, for example of you eant the configuration file for your video settings it is probably located in /etc/X11/

penguin4 08-06-2004 12:24 AM

umanga; advise you not to think in windows terms it will confuse you. use
this site as an insructional guide;http://tldp.org/HOWTO/HOWTO-INDEX/html. patiently,slowly and expand each section,subsection for complete information in detail. Table of Contents; there are 9main section,
each has subsection that will cover most all of what you will need to a smooth transition into linux. and for further knowledge there is book Linux
Complete,pub sybex, easy to read and follow with step by step guidance.

nex6 08-06-2004 12:29 AM

Here is the file system standard:
http://www.pathname.com/fhs/


and yes Kdevelop is very good,

to find an excutable

%which [command]

example which less



will tell you where any excutable is, and all configs are in /etc and user profile stuff are in the /home/user 'dot' files

and redhat 8, is not a very current distro, for a newbie, I would try fedora core 2, which is far more current.

altho for learning RH8 is fine :)

i would look for and install apt4rpm its a life savor...


-Nex6


All times are GMT -5. The time now is 08:48 PM.