Hoofdstuk 14. Beheertaken

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 Hoofdstuk 16, Gebruikers en groepen for more information).

Zodra u een toepassing uitvoert die beheerrechten vereist, zal sudo u vragen om uw wachtwoord in te voeren. Dit zorgt ervoor dat malafide toepassingen uw systeem niet zullen kunnen beschadigen, en het herinnert u eraan dat u op het punt staat beheertaken uit voeren waarvoor u extra voorzichtig moet zijn. Echter, elke keer dat u uw wachtwoord invoert, zal het systeem uw wachtwoord gedurende 15 minuten onthouden zodat u niet elke keer uw wachtwoord opnieuw hoeft in te typen.

Om sudo te gebruiken vanaf de opdrachtregel, typt u eerst "sudo" in, gevolgd door het uit te voeren commando. Sudo zal dan om uw wachtwoord vragen.

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.

[Opmerking]

Wees voorzichtig bij het uitvoeren van beheertaken, U kunt uw systeem beschadigen!

Enkele andere tips over het gebruik van sudo: