Add user definition (#33390)

This commit is contained in:
Saintil Dit Laguerre Donfred
2019-03-24 01:15:30 +01:00
committed by Randell Dawson
parent 76fe08fbdb
commit 3a6a90713f

View File

@ -20,11 +20,10 @@ title: common terms every Linux user should know.
* <strong>Tux:</strong> it is the official mascot of Linux. That is the penguin that is usually associated with Linux if youve seen the yellow and black penguin online, then you have seen tux.
* <strong>Root:</strong> 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 <strong>"#"</strong> symbol.
* <strong>User:</strong> 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.
* <strong>Commands:</strong> 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).
* <strong>Repository:</strong> 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 theyre added to the package manager.
* <strong>Package Manager:</strong> 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”.