Permalink

The command above is wrong "usermod -G yourusername fuse" is wrong and very dangerous as it will remove any groups that you are currently in and replace them with just fuse... (I just lost 20 minutes of my life recovering my sudo access!) you need to APPEND the new group "fuse" using "usermod -aG fuse yourusername " instead... note that "fuse" comes before "yourusername" as there is no group "yourusername"...

The content of this field is kept private and will not be shown publicly.

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.
CAPTCHA
This question is for testing whether or not you are a human visitor and to prevent automated spam submissions.