Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 306 Bytes

debian.md

File metadata and controls

8 lines (7 loc) · 306 Bytes

Configuring debian for Born2BeRoot

Sudo

(Debian 10)

  1. Become a superuser with su.
  2. Install sudo with apt-get install sudo.
  3. Add the user account to the sudo group using /sbin/adduser username sudo
  4. logout, log back in, and test that everything works using sudo echo 'hello, world'.