Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

add sudo user ubuntu

# add a user and set a password
adduser USERNAME

# add user to sudoers / sudo groupe with command below
usermod -aG sudo USERNAME
Comment

add sudo user ubuntu 18

sudo usermod -aG sudo [username]
Comment

PREVIOUS NEXT
Code Example
Shell :: random color npm 
Shell :: http sever with ssl start 
Shell :: ionic Please check that /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home contains a valid JDK installation. 
Shell :: run latex from command line 
Shell :: pip install pytorch windows 
Shell :: netbeans 8.2 download ubuntu 
Shell :: add user to debian 11 
Shell :: grep exclude file extension 
Shell :: git change branch remote 
Shell :: gcloud check region 
Shell :: npm TypeError [ERR_INVALID_ARG_TYPE]: 
Shell :: how to copy file in root directory 
Shell :: gitignore for eclipse 
Shell :: phpcs diferent xml 
Shell :: git diff two commits one file 
Shell :: install angular ubuntu 
Shell :: ntfsfix ubantu 
Shell :: git discard all unpushed commits 
Shell :: npm version 
Shell :: change file read only permissions linux 
Shell :: git remove ignored files 
Shell :: git add all files command 
Shell :: graphql comment 
Shell :: debian without gui 
Shell :: git showing ignored file modified 
Shell :: uninstall all extensions vscode 
Shell :: for shell 
Shell :: float right in react js 
Shell :: set head of branch at specific commit 
Shell :: windows change hostname 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =