What is the difference between flavour & distribution.


 
Thread Tools Search this Thread
Operating Systems Linux What is the difference between flavour & distribution.
# 1  
Old 09-18-2009
What is the difference between flavour & distribution.

Hi All,

Can anyone tell me the difference between flavour & distribution?

As we say that - AIX, Linux, Solaris etc are the flavours of Unix & fedora, ubuntu, suse etc are the distributions of linux.

Can anyone explain me, why it is called so.

Thanks in advance.

Amol
# 2  
Old 09-18-2009
Hi,

Please can you elaborate the question.

Cheers,
Shazin
# 3  
Old 09-18-2009
Well, technically Linux is "NOT" a UNIX. It uses the Linux kernel and the GNU userland utilities. As such GNU stands for "Gnu's Not Unix" and instead is a UNIX-like operating environment.

Also, while AIX, Solaris, BSD, HP-UX and even Mac OSX are "UNIX" depending on the actual certification from whoever holds the rights to determine what UNIX is, many people lump them together as the tools are similar and the commands are similar in most cases.

In the case of a distribution, that is due to the maintainer's decisions of what to include, how to control the releases, etc.

SUSE, Debian, Red Hat, are all using the Linux kernel, GNU userland, etc, however Debian uses different package management, for the most part, Different run levels and configuration files are employed, and the choice of what goes into a release is left up to the maintainer of each distribution.
# 4  
Old 09-18-2009
Distribution means a certain set of applications that are bundled and pre-configured. The difference in that for Linux distributions (or distros) can range from almost nothing (eg. RHEL vs. CentOS), to a completely different intention, and thus software selection (eg. Slackware vs. Mint)

Different "flavours" are called that because they are based on the same principles (POSIX, Single UNIX Specification), but follow different ways for implementation. For example, while all Unices have a sigaction system call, probably none of them share the same implementation, as the Kernel itself follows different specifications.

I hope I helped clear some of the confusion.
# 5  
Old 09-18-2009
Thank you all of you.

This has really helped me in clearing some confusion in my mind.

Amol.
# 6  
Old 09-18-2009
Quote:
Originally Posted by mark54g
Well, technically Linux is "NOT" a UNIX.
It's a kernel that, together with GNU, makes a system that fits quite a lot of the UNIX specification. The backronym is an obsolete joke, and there is no extant Real UNIX©®™ operating system and hasn't been for a long time, so I'd love to hear a reason beyond "well, it's not directly descended from BSD" for the constant parroting I hear of this...
# 7  
Old 09-18-2009
What is UNIX ?

You can read for yourself.


There is also a mark, or brand, that is used to identify those products that have been certified as conforming to the Single UNIX Specification, initially UNIX 93, followed subsequently by UNIX 95, UNIX 98 and now UNIX 03.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Difference between & and nohup &

Hi All, Can anyone please help me understanding what the difference between the below two? 1. script.sh & 2. nohup script.sh & (2 Replies)
Discussion started by: Anupam_Halder
2 Replies

2. Shell Programming and Scripting

About date & time difference

Hello All, I was having a look on threads on the Forum about time calculation but didn't find exactly this issue. For instance, if we have these 2 dates, begin & end : 20100430235830 20100501000200 Is there anyway, awk, ksh, perl to calculate the difference in sec and get for... (6 Replies)
Discussion started by: rany1
6 Replies

3. Solaris

difference b/w sol9 & sol10

what is the difference b/w sol9 and sol10 booting procedure?? Recently faced this question with HP... Thiru (2 Replies)
Discussion started by: tirupathiraju_t
2 Replies

4. Solaris

Difference between sudo & RBAC

Hello Everybody I would like to know any major difference between sudo & RBAC as I am bit familiar with RBAC but not with sudo (2 Replies)
Discussion started by: girish.batra
2 Replies

5. UNIX for Advanced & Expert Users

Difference between s & S in setuid in UNIX

Hi, what is the difference btwn s and S in setuid , access permissions. I have to make to change the access permissions of a file to rwsr_xr_r but if i type in 4655 it changes the file to rwSr_xr_r . How can I make this change ? Please suggest. (2 Replies)
Discussion started by: astha rais
2 Replies

6. UNIX for Advanced & Expert Users

Difference between <stdin> & terminal

Hi, What's the difference in taking inputs from <stdin> and terminal. When by default <stdin> points to terminal itself. Thanks (7 Replies)
Discussion started by: vibhor_agarwali
7 Replies

7. UNIX for Dummies Questions & Answers

Difference between && and -a

I've come stuck when I was making sure the hour of the day was not been two times so that the rest of the script could not be executed. Seems simple enough. I used the -a to join the two conditions together and it would run if the conditions was t/f ( it is only supposed to run if was t/t).... (3 Replies)
Discussion started by: spookyrtd99
3 Replies

8. Shell Programming and Scripting

Difference between ./ & . ./ ???

For executing a shell script, i know 2 ways: 1) using sh command 2) making the script file executable & then use ./ But i can across another way for executing the scripts... using ". ./" I tried this way.. but i was able to understand the difference between "./" and ". ./" I would be very... (2 Replies)
Discussion started by: abishekmag
2 Replies

9. UNIX for Advanced & Expert Users

What is the difference between Unix & linux

:confused: Hi All Can anyone help me in finding the answer of the question mentioned below. What is the difference between Unix & linux ? Thanks in Advance to all CSaha (1 Reply)
Discussion started by: csaha
1 Replies

10. UNIX Desktop Questions & Answers

what is the difference between Unix & linux, what are the advantages & disadvantages

ehe may i know what are the difference between Unix & Linux, and what are the advantages of having Unix as well as disadvantages of having Unix or if u dun mind i am dumb do pls tell me what are the advantages as well as the disadvantages of having linux as well. thanks (1 Reply)
Discussion started by: cybertechmkteo
1 Replies
Login or Register to Ask a Question