3.5.2. グループへのユーザーのアタッチ
						既存ユーザーを named グループに追加する場合は、gpasswd コマンドを使用できます。
					
gpasswd -a username which_group_to_edit
gpasswd -a username which_group_to_edit
						named グループからユーザーを削除するには、次のコマンドを実行します。
					
gpasswd -d username which_group_to_edit
gpasswd -d username which_group_to_edit
						グループメンバーの一覧を設定するには、
--members オプションの後にユーザー名をコンマで区切って指定します。
					gpasswd --members username_1,username_2 which_group_to_edit
gpasswd --members username_1,username_2 which_group_to_edit