Root in sudo
Nazaj
Naprej

Root in 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).

When you run an application that requires root privileges, sudo will ask you to input your normal user password. This ensures that rogue applications cannot damage your system, and serves as a reminder that you are about to perform administrative actions which require you to be careful!

Za uporabo suda v ukazni vrstici enostavno vpišite "sudo" pred ukazom, ki ga želite zagnati. Sudo vas bo nato pozval za vašim geslom.

Sudo si bo zapomnil vaše geslo za določen izbran čas (privzeto 15 minut). Ta zmožnost je bila oblikovana, da omogoči uporabnikom izvrševati večkratna administrativna opravila, brez da bi vsakokrat bili vprašani za geslo.

Pozor

Be careful when doing administrative tasks -- you could very well damage your system!

Nekaj ostalih namigov za uporabo orodja sudo:

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.

Pozor

Be careful when doing administrative tasks -- you could very well damage your system!

  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

Nazaj
Naprej
Domov