In Xubuntu, for security reasons, administrative tasks are confined to users with special privileges. Administrative access is given to individual users, who may use the sudo command to perform administrative tasks. The first user account you created on your system during installation will, by default, have access to sudo. You can restrict and enable sudo access to users with the Users and Groups application (see 16. fejezet - Users and Groups for more information).
Ha adminisztrátori jogot igénylő alkalmazást futtat, a sudo parancs bekéri a jelszavát. Erre azért van szükség, nehogy rosszindulatú programok veszélybe sodorják a rendszer biztonságát, illetve emlékeztetőül szolgál, hogy adminisztrációs feladatba kezd, ezért legyen óvatos! Mikor beírja a jelszavát, a rendszer tizenöt percre megjegyzi, így egy ideig nem kell újra és újra begépelni.
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.
As noted above, sudo will remember your password for a set amount of time, which by default is 15 minutes, but can be changed. This feature was designed to allow users to perform multiple administrative tasks without being asked for a password each time.
![]() |
|
Legyen óvatos az adminisztrációs feladatokkal kapcsolatban, nehogy akaratlanul kárt okozzon a rendszerében! |
Egyéb tanácsok a sudo használatához:
"root" terminál használatához gépelje be a parancssorba: "sudo -i".
All of the default graphical configuration tools in Xubuntu already use sudo, so they will prompt you for your password if needed.
For more information on the sudo program and the absence of a root user in Xubuntu, read the sudo page on the Ubuntu wiki.