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