LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Good day to all, just got here. Amazed by all the distros! (https://www.linuxquestions.org/questions/linux-newbie-8/good-day-to-all-just-got-here-amazed-by-all-the-distros-522072/)

Space Cadet 01-23-2007 11:38 AM

Good day to all, just got here. Amazed by all the distros!
 
I am completely new to the world of Linux. I have downloaded the iso for Mandrake but haven't installed it yet. Why are there so many different distros of Linux? I now have both Mandrake 10.1 and Red Hat 9. I got Mandrake because the book I bought(Linux in easy steps) deals primarily with it. My main reasons for posting at this time: What and where are the "man" pages, why so many Linux and Hello! Thank you for the help I will be asking for in the future.:newbie:

ramram29 01-23-2007 12:03 PM

Quote:

Originally Posted by Space Cadet
Why are there so many different distros of Linux? What and where are the "man" pages.

Welcome to using Linux.

Here's my short explanation for you and for all newbies:

What people refer to as Linux is a combination of a many little programs. Linux is really a kernel which only understands how to manipulate the hardware (video, keyboard, mouse, disks). Almost all the other programs really started as Unix programs (X Windows, bash, gcc). However, the Unix programs are mostly licensed under the GNU license which is open source. That is also why they call it GNU/Linux which is the right name to call it.

So now you have the separation of the kernel from the programs. GNU/Linux is a collection of really tiny programs, libraries and device files that all do one thing, but they all call each other back and forth in order to process a final result. All these little programs process and then hand off the output to another program and so forth.

There are many distros because there are a thousand ways to do the same thing in Linux. There are many different brands and versions of each program; so the distro aims for the use of some brands versus others. Other the way the configuration directories are setup may be different on each for simplicity; but they are also similar.

Basically you can configure Linux in your own way and that is what the distro's are. Picture Configuring Windows to use drive XYZ: as the main drive instead of drive C: and the folder XYZ:MYOS instead of C:\Windows. You can even create your own distro for your company or for yourself. Picture yourself creating your own SpaceCadeOS.

It's the popular distros that people talk about, Fedora, Debian, Mandrake. But there are thousdand out there not even heard of. Like my own for example. I'm currently creating my own distro at the moment. I'll let you know when it's ready.

The man pages are the help files for each command. For example to get help with the command 'ls' which is the equivalent of the command 'dir' in Windows, type 'man ls' at the command prompt.

Space Cadet 01-23-2007 02:49 PM

Thanks Ram your inf helps. Now I can stop searching LQ for the man pages.
S.C.

bigrigdriver 01-23-2007 05:09 PM

You can find the man pages in /usr/share/man. They are grouped into categories: man0 to man9. Each category for a particular type of command.

From a console window, type 'man ls' to see instructions on how to use ls. You probably also have info pages (info is slowly replacing man). So, info and man are two different formats for presenting information.

From a console: 'man man' will give you an intro on how to use man. 'info info' does the same for info.


All times are GMT -5. The time now is 07:56 PM.