LoginSignup
0
0

More than 5 years have passed since last update.

UNIX のグループについて

Last updated at Posted at 2016-04-20
  • UNIX で作成したユーザーは、必ず一つのプライマリグループ(or イニシャルグループ or メイングループ)に所属する

  • UNIX で作成したユーザーは、必ず一つ以上のサブグループに所属する

  • ユーザーのグループ設定は「id」コマンドで確認することが可能

例: id root
  • ユーザーのグループ設定は「usermod」コマンド等で設定変更をすることが可能
例: usermod -g testuser
     usermod -G testuser

参考にさせていただいたページ

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0