Bug 210145

Summary: Documentation bug in README.Fedora
Product: [Fedora] Fedora Reporter: Wade Mealing <wmealing>
Component: fuseAssignee: Peter Lemenkov <lemenkov>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-10-16 17:40:23 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Wade Mealing 2006-10-10 13:32:10 UTC
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.

Comment 1 Peter Lemenkov 2006-10-16 17:40:23 UTC
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 ~]#