Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

add user to group

usermod -a -G examplegroup exampleusername
Comment

command to add a user to a group

sudo usermod -a -G GROUP USER
Comment

add user to group

usermod -a -G <group> <user>
$ usermod -a -G developer tom
Comment

create user with group

useradd -g <group> <user>
$ useradd -g developer tom
Comment

PREVIOUS NEXT
Code Example
Shell :: ubuntu path in windows 10 
Shell :: gitlab docker installation 
Shell :: mkdir -p shell 
Shell :: how to delete a word from a bash file 
Shell :: git ignore global 
Shell :: global yarn install 
Shell :: what does git restore do 
Shell :: Importing SSH Keys 
Shell :: how to reduce the size of an image in linux 
Shell :: kubectl describe to yaml 
Shell :: make a new branch git 
Shell :: Git create a new repository on the command line 
Shell :: how to clone a specific commit from github 
Shell :: change resolution of a video with terminal 
Shell :: linux cp 
Shell :: visual studio export installed nuget pacjkages 
Shell :: remove last commit from remote 
Shell :: chown a file 
Shell :: set permissions linux for drive chmod group 
Shell :: uninstall 
Shell :: installing sonarqube on ubuntu 
Shell :: git pull only master branch 
Shell :: vmware shared folder not showing 
Shell :: github pages push 
Shell :: how to add ssh key to github 
Shell :: git pull branch you are not on 
Shell :: flutterfire command not found 
Shell :: flutter firebase apk release google sign in not working 
Shell :: how to install android sdk tools in ubuntu using command line 
Shell :: permanent noh vim 
ADD CONTENT
Topic
Content
Source link
Name
7+3 =