From 8a963a05d3998c6edc7eb87e5772548cc31e0aea Mon Sep 17 00:00:00 2001 From: "D. Debnath" Date: Thu, 8 Feb 2024 13:56:28 +0530 Subject: [PATCH] Update faq.md (#812) Combine two add-user-to-group commands into one --- doc/faq.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/faq.md b/doc/faq.md index c832e458..762a749f 100644 --- a/doc/faq.md +++ b/doc/faq.md @@ -38,8 +38,7 @@ sudo groupadd uinput 2. Add your user to the `input` and the `uinput` group: ``` shell -sudo usermod -aG input username -sudo usermod -aG uinput username +sudo usermod -aG input,uinput username ``` Make sure that it's effective by running `groups`. You might have to logout and login.