GNU Shell Utilities 2.1
18 June 2002
manpages-ja
Japanese version of the manual pages (for users)
man-pages-ja
Japanese man (manual) pages from the Japanese Manual Project
shadow
Password and account management tool suite with support for shadow files and PAM
coreutils
The basic file, shell and text manipulation utilities of the GNU operating system
coreutils-common
coreutils common optional components
coreutils-doc
Documentation for the GNU Core Utilities
名前
groups - 現在のグループ名の表示
書式
groups [user]
説明
groups は現在のグループの名前または ID 値を表示する。 ID 値に対応する名前が /etc/group に登録されていなければ、 数値のグループ ID で表示される。 パラメータとして user を与えると、 指定した user が所属するグループ名を表示する。
注意
同時所属グループ集合 (concurrent group set) をサポートしていないシステムでは、 /etc/group の情報が報告される。 ユーザが現在の実グループ ID や実効グループ ID を変更するには、 newgrp や sg を使用しなければならない。
ファイル
/etc/group - グループ情報
関連項目
著者
Julianne Frances Haugh <jockgrrl>