Description of problem: Documentation provides incorrect mount command Version-Release number of selected component (if applicable): fuse-2.5.3-3.fc6 How reproducible: Every time Steps to Reproduce: 1. Open README.Fedora in documentation 2. Copy command to clipboard 3. Paste command as root. Actual results: Verbose output from usermod Expected results: User to be added to usergroup. Additional info: /usr/sbin/usermod -a -G fuse foo Should be. /usr/sbin/usermod -a fuse -G foo foo This is probably a bug in useradd too, but either way.. the given command does not work.
Can't reproduce. [root@Sulaco ~]# cat /etc/group | grep fuse usermod -a -G fuse foo [root@Sulaco ~]# usermod -a -G fuse petro [root@Sulaco ~]# cat /etc/group | grep fuse fuse:x:101:petro [root@Sulaco ~]# uname -a Linux Sulaco 2.6.17-1.2187_FC5 #1 Mon Sep 11 01:22:44 EDT 2006 ppc ppc ppc GNU/Linux [root@Sulaco ~]#