From 697fb999b49159381d7c4d6f2985d2bb210ed36d Mon Sep 17 00:00:00 2001 From: ryantig Date: Tue, 26 Sep 2017 09:23:35 -0700 Subject: [PATCH] Minor installation.md edit; gpasswd cmd MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add '-a' after gpasswd to add USER to group plugdev. Per: ➜ gpasswd --help Usage: gpasswd [option] GROUP Options: -a, --add USER add USER to GROUP -d, --delete USER remove USER from GROUP -h, --help display this help message and exit -Q, --root CHROOT_DIR directory to chroot into -r, --remove-password remove the GROUP's password -R, --restrict restrict access to GROUP to its members -M, --members USER,... set the list of members of GROUP -A, --administrators ADMIN,... set the list of administrators for GROUP Except for the -A and -M options, the options cannot be combined. --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 01a80e52..eae9ae9d 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -50,5 +50,5 @@ root user: Plugging it again will re-create the device node with the right permissions. 3. Make sure your desktop users are part of the `plugdev` group, by running - `gpasswd plugdev`. If these users were not assigned to the + `gpasswd -a plugdev`. If these users were not assigned to the group before, they must re-login for the changes to take effect.