IntelliSense and linux user question #3055
              
                
                  
                  
                    Answered
                  
                  by
                    nooobcoder
                  
              
          
                  
                    
                      ToasterSticks
                    
                  
                
                  asked this question in
                Q&A
              
            -
| Hey, I have a question 😊 
 
 | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            nooobcoder
          
      
      
        Apr 7, 2021 
      
    
    Replies: 1 comment 1 reply
-
| @ToastOnAStik You might face user permission issues by adding an user (not guaranteed) 
 To give sudo rights to the user,
 Follow below screenshots now,To switch to the newly created user, use
 If you need to delete the newly created user,
 | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        ToasterSticks
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    


@ToastOnAStik You might face user permission issues by adding an user (not guaranteed)
sudo adduser usernameTo give sudo rights to the user,
sudo usermod -aG sudo usernameFollow below screenshots now,
To switch to the newly created user, use
su usernameIf you need to delete the newly created user,
sudo userdel ubuntu