From 18f7a080bc26ec7c5ff30bec9bd9907e7d296fec Mon Sep 17 00:00:00 2001 From: deathwarden150 Date: Sun, 24 Mar 2019 05:29:28 +0530 Subject: [PATCH] Update index.md (#31308) Added a new Point about Flavours. --- .../linux/common-terms-every-linux-user-should-know/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/guide/english/linux/common-terms-every-linux-user-should-know/index.md b/guide/english/linux/common-terms-every-linux-user-should-know/index.md index b46dc7dbc6..49d9f23812 100644 --- a/guide/english/linux/common-terms-every-linux-user-should-know/index.md +++ b/guide/english/linux/common-terms-every-linux-user-should-know/index.md @@ -12,6 +12,8 @@ title: common terms every Linux user should know. * GUI: stands for graphic user interface. It is the part of the Linux system that comprises windows, icon, pictures (graphics in general), that make point and click possible. +* Flavors: Unix has Flavours and linux is one of them, just like linux has a lot of distros which are maintained by different organisations. + * Terminal: is an application that is used to access the Linux shell. * Kernel: this the core of the Linux system – what you could call a “brain”. The kernel controls the resources of a computer and determines how they are used by interacting directly with the computer hardware.