Root és sudo
Előző
Következő

Root és sudo

The root user in Linux is the user which has administrative access to your system. Normal users do not have this access for security reasons. Kubuntu does not enable the root user. Instead, administrative access is given to individual users, who may use the "sudo" application to perform administrative tasks. The first user account you created on your system during installation will, by default, have access to sudo super user do. You can restrict and enable sudo access to users with the Users and Groups application (review the Keeping Safe documentation for more information).

Ha egy alkalmazást root jogokkal futtat, akkor a sudo megkéri, hogy írja be a jelszavát. Ezzel megakadályozza, hogy egy kártékony program meghibásíthassa rendszerét, és emlékezteti, hogy rendszergazdai feladatokat fog végrehajtani, ami kiemelt figyelmet és óvatosságot igényel!

A sudo használatához parancssori környezetben írja be a használni kívánt parancs elé a "sudo" parancsot is. A sudo be fogja kérni a jelszavát.

Sudo will remember your password for a set amount of time (15 minutes by default). This feature was designed to allow users to perform multiple administrative tasks without being asked for a password each time.

Figyelem

Járjon el körültekintően az adminisztrációs feladatok végzése közben - akár a rendszerét is károsíthatja.

További tippek a "sudo" használatához:

Start a Program Manually with Root Privileges

Sometimes it is necessary to run a program with root privileges. This is easy to do with the Run Command dialog.

Figyelem

Járjon el körültekintően az adminisztrációs feladatok végzése közben - akár a rendszerét is károsíthatja.

  1. Open the Run Command dialog by typing: Alt+F2

  2. Enter the name of the program you wish to run, prefixed with kdesu and press Enter. For example, to launch the file manager Konqueror with root privileges, type

    kdesu konqueror

Előző
Következő
Tartalom