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

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable