Sudo is an alternative to just typing in su and your password to get root privilages. You put sudo infront of the command you are going to excecute that needs root privilages. Example: usually you would install VLC like this:
On a Debain based linux like Ubuntu it would be:Code:su password: yum install vlc
But with sudo all you have to do is:Code:su password: apt-get vlc
Again on a Debain based linux it would be:Code:sudo yum install vlc password:
This way when you use sudo it will only ask you for your password once and if you use the same terminal to do your stuff then if you use sudo again it won't ask you for your password so if you would like to install another program after VLC you don't need to type in your password.Code:sudo apt-get vlc
If you want to do it then just open a terminal and type in:
That's it! Well not all of it. If you want to use sudo without it asking you for you password period even on the first command then just put "NOPASSWD:" before the 3rd "ALL". So it would look like this:Code:echo 'loginname ALL=(ALL) ALL' >> /etc/sudoers
Code:echo 'loginname ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
13250 HeyManHRU
13207 PS3 News
11287 elser1
11119 oVERSoLDiER
9248 GrandpaHomer
8578 Tidusnake666
7968 saviour07
7340 condorstrike
7258 deank
6858 OGroteKoning
24961 PS3 News
5279 Starlight
2965 HeyManHRU
2173 CJPC
2123 elser1
1818 cfwprophet
1756 her0
1570 oVERSoLDiER
1291 GrandpaHomer
1080 barrybarryk




