Skip to content

IntelliSense and linux user question #3055

Answered by nooobcoder
ToasterSticks asked this question in Q&A
Discussion options

You must be logged in to vote

@ToastOnAStik You might face user permission issues by adding an user (not guaranteed)

sudo adduser username

To give sudo rights to the user,

sudo usermod -aG sudo username

Follow below screenshots now,

To switch to the newly created user, use

su username

If you need to delete the newly created user,

sudo userdel ubuntu

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nooobcoder
Comment options

Answer selected by ToasterSticks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants