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).
כאשר תפעיל יישום אשר יידרוש הרשאות root, sudo ייבקש ממך להכניס את הסיסמה שלך. זה מוודא שיישומים זדוניים לא יוכלו לפגוע במערכת שלך, ומהווה תזכורת שפעולות ניהוליות הולכות להתבצע מה שמצריך ממך להיזהר!
כדי להשתמש ב-sudo בשורת הפקודה, פשוט הקלידו "sudo" לפני הפקודה שאתם רוצים להפעיל. Sudo יבקש ממכם את הסיסמה שלכם.
sudo יזכור את הסיסמה שלך לזמן מסויים (ברירת המחדל הינה 15 דקות). תכונה זו נועדה לאפשר למשתמש לבצע מספר פעולות ניהוליות מבלי להקליד את הסיסמה כל פעם.
היה זהיר בביצוע משימות ניהוליות -- פגיעה במערכת הינה אפשרות ממשית.
טיפים נוספים עבור שימוש ב-sudo:
כדי להשתמש במסוף בעל הרשאות root יש להקיש sudo -i בשורת הפקודה.
The entire group of default graphical configuration tools in Kubuntu already uses sudo, so you will be prompted for your password if needed using kdesu, which is a graphical frontend to sudo.
For more information on the sudo program and the absence of a root user in Kubuntu, read the sudo page on the Ubuntu wiki.
לפעמים נדרש להריץ תכנית עם הרשאות root. ניתן לעשות לעשות זאת בקלות על ידי דיאלוג הרץ פקודה
היה זהיר בביצוע משימות ניהוליות -- פגיעה במערכת הינה אפשרות ממשית.
פתח את דיאלוג הרץ פקודה על ידי הקשת: Alt+F2
הכנס את שם התוכנית שאותה רוצים להריץ, עם קידומת של kdesu ואז הקש Enter. לדוגמה כדי להריץ את מנהל הקבצים Konqueror עם הרשאות root , יש להקליד
kdesu konqueror