From 3a6a90713fad9000712304be4810b4b031036fbd Mon Sep 17 00:00:00 2001 From: Saintil Dit Laguerre Donfred Date: Sun, 24 Mar 2019 01:15:30 +0100 Subject: [PATCH] Add user definition (#33390) --- .../linux/common-terms-every-linux-user-should-know/index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 49d9f23812..d9a4db7612 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 @@ -20,11 +20,10 @@ title: common terms every Linux user should know. * Tux: it is the official mascot of Linux. That is the penguin that is usually associated with Linux – if you’ve seen the yellow and black penguin online, then you have seen tux. -* Root: also known as the super-user, is the "default" username for the administrator of a linux machine. It is usually represented on the linux terminal with the "#" symbol. +* User: since Linux is a multi-user based system, it 's common to have different users, each other with his own account. Are called users also, some services running in background. Informations about the users of the system are located in the “/etc/passwd” file. * Commands: are text inputs or instruction given to the linux machine (by typing it in the terminal) to tell it what to do (that is, for a required outcome). - * Repository: a repository (or “repo” for short) is a collection of software packages for a distro usually hosted online. Software programs can be installed from both the default repositories provided by the distro and third-party ones when they’re added to the package manager. * Package Manager: is a software program that enables you to search, install, update, and remove apps and other application management functions. Every distro has graphic from end package managers (like the Ubuntu Software Centre) and command line package management tools like the “apt-get”.