Create Group Linux Command Line Code Example


Example 1: how to create a user and add it to a group in linux


useradd -G examplegroup exampleusername

Example 2: how to create a new group in linux


groupadd [OPTIONS] GROUPNAME

Comments

Popular posts from this blog

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy