Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

add user to group linux

sudo usermod -aG <groups> <username>
Comment

linux add user to group

sudo groupadd $GROUP 
sudo usermod -aG $GROUP $USER
Comment

linux change user and group

chown USER:GROUP FILE
Comment

PREVIOUS NEXT
Code Example
Shell :: git clone from url cmd 
Shell :: get docker image from docker hub 
Shell :: Composer install with dockerfile 
Shell :: how to merge a branch into another branch 
Shell :: how to install nodemon in project 
Shell :: vite command 
Shell :: vite js 
Shell :: graphiql download 
Shell :: linux show current memory usage 
Shell :: ssh map port 
Shell :: Kubernetes configuration file is group-readable 
Shell :: batch open url 
Shell :: stop mariadb 
Shell :: yarn ubuntu 
Shell :: debian buster enable rc.local 
Shell :: git get access to private repository 
Shell :: on hotspot and wifi at the same time arch linux 
Shell :: update cpanel 
Shell :: install vercel 
Shell :: how to rebase initial commit 
Shell :: make a new branch git 
Shell :: how to image an entire disk on linux 
Shell :: restart bind centos 8 
Shell :: vscode update terminal limit 
Shell :: add text to clipboard wsl 
Shell :: how to make makefile 
Shell :: rename file linux 
Shell :: install open jdk 8 mac homebrew 
Shell :: mkdir create all subdirectories 
Shell :: poetry requirements 
ADD CONTENT
Topic
Content
Source link
Name
2+2 =