Bug 9802

Summary: underscore in username
Product: [Retired] Red Hat Linux Reporter: Ludovic Michoux <lmichoux>
Component: basesystemAssignee: Bill Nottingham <notting>
Status: CLOSED NOTABUG QA Contact:
Severity: high Docs Contact:
Priority: medium    
Version: 6.1CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
URL: http://www.continuus.com
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2000-02-26 09:48:58 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 Ludovic Michoux 2000-02-26 09:34:46 UTC
I cannot change the owner of a directory if the username
has an underscore.
It works fine for the group, but not for the user.

chmod, of KDE gui can't do it as well.

extract :

bash# chown ccm_root ccm_root
bash# ls -la
total 9
drwxr-xr-x   8 root     root         1024 Feb 26 09:59 .
drwxr-xr-x  20 root     root         1024 Feb  5 11:07 ..
drwxr-xr-x   2 user1    ccm_root     1024 Feb 26 09:59 ccm_root
drwxr-xr-x   6 root     root         1024 Mar 21  1999 ftp
drwxr-xr-x   5 root     root         1024 Dec 17 21:48 httpd
drwxr-xr-x   2 informix informix     1024 Feb 26 09:53 informix
drwxr-xr-x   2 root     nobody       1024 Sep 25 17:12 samba
drwx------  29 user1    users        2048 Feb 26 09:26
user1

Comment 1 Ludovic Michoux 2000-02-26 09:50:59 UTC
This was a due to a problem on my system.
It works fine now