LoginSignup
8
7

More than 5 years have passed since last update.

linux グループの作成とユーザーの追加手順

Posted at
グループ追加,グループにユーザーの登録
グループ「project」を追加
# groupadd project

ユーザー「sakura」をグループに追加
# gasswd -a sakura project

確認
# id sakura
uid=500(sakura) gid=500(sakura) 所属グループ=500(sakura),502(project)
8
7
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
8
7