For the complete documentation index, see llms.txt. This page is also available as Markdown.

Ubuntu User

Create new user

sudo adduser any_username

Add sudo access

sudo usermod -aG sudo any_username

Test new user with sudo access

sudo su any_username

Last updated