Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

How to create a group in linux

sudo groupadd group_name

#to delete the group
sudo groupdel group_name
Comment

linux group

cut -d: -f1 /etc/group | sort
Comment

create group in linux command example

groupadd [OPTIONS] GROUPNAME
Comment

what is group in linux?

User: the owner of the file (person who created the file).
Group:the group can contain multiple users. Therefore, all users in that group will have the same permissions. It makes things easier than assign permission for every user you want.
Comment

PREVIOUS NEXT
Code Example
Shell :: install wordpress linux 
Shell :: copy file from one directory to another in linux 
Shell :: install fm migrate 
Shell :: ubuntu increase valume 
Shell :: command to open snap gui 
Shell :: libgnome-keyring-dev 
Shell :: Chaotic-AUR Team <team@chaotic.cx 
Shell :: daily bing ubuntu 
Shell :: to remove hidden repository 
Shell :: install ansible on linux 
Shell :: bubulle epitceh 
Shell :: how to create matrix in git bash 
Shell :: opencart install extension Invalid file type! 
Shell :: How to install 4k video Downloader YouTube on Ubuntu Linux 
Shell :: npm install assemble script 
Shell :: Using ffmpeg to split video files by size 
Shell :: wp unpublish post cli 
Shell :: command line if output of command is equal to string 
Shell :: shell bash kommentti 
Shell :: show seconds in ubuntu 20.04 
Shell :: laravel github clone error 
Shell :: apt install xfce4-xkb-plugin 
Shell :: how to take two ip addresses and perform arithemetic bash 
Shell :: how to generate a .gitignore 
Shell :: gh configure vim 
Shell :: nextcloud config.php location docker 
Shell :: open download folder in mac 
Shell :: Problem 1: problem with installed package podman-docker-2.2.1-7.module_el8.3.0+699+d61d9c41.noarch 
Shell :: pgpassword 
Shell :: arch jpg to png 
ADD CONTENT
Topic
Content
Source link
Name
7+2 =