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

Create User

Create user

sudo adduser <user_name>

Add passwrod for new user

sudo passwd <user_name>

Log in as another user

su - <user_name>

Last updated