# 1. create ## 1.1. groupadd ```shell sudo groupadd [groupname] ``` # 2. read `/etc/group` 파일 확인 ```shell cat /etc/group ```