Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usermod command is incorrect #3

Open
D-u-c-k-s-e-l opened this issue Jul 6, 2024 · 0 comments
Open

Usermod command is incorrect #3

D-u-c-k-s-e-l opened this issue Jul 6, 2024 · 0 comments

Comments

@D-u-c-k-s-e-l
Copy link

In the README, there is a suggestion to add yourself to the group input with the following command:

sudo usermod -a input $USER

This fails, and returns the help menu.

Instead, the command should be:

sudo usermod -G input -a $USER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant