User Tools

Site Tools


Writing /var/lib/dokuwiki/data/meta/tutorials/sudo_in_debian.meta failed
Unable to save metadata file. Hint: disk full; file permissions; safe_mode setting.
tutorials:sudo_in_debian

This is an old revision of the document!


Sudo in Debian

This is very simple.

  • Log in as root, then:
apt-get install sudo
visudo
  • Add the following line under the line that has “root” at the beginning.
username ALL=(ALL:ALL) ALL

This will give total permissions to this user. If you want to know how to limit the amount of permissions, please google it.

~~DISCUSSION~~

tutorials/sudo_in_debian.1456509162.txt.gz · Last modified: 2022/09/20 00:08 (external edit)