groups
- ユーザのグループ情報を表示
- postfix ユーザのグループ表示
getent
利用# getent group | grep postfix mail:x:12:postfix postfix:x:89:
groups
利用# su -s /bin/bash postfix $ groups postfix mail
getent
利用
# getent group | grep postfix
mail:x:12:postfix
postfix:x:89:
groups
利用
# su -s /bin/bash postfix
$ groups
postfix mail