On Thursday 05 April 2001, at 06:06 -0400, Lennert Buytenhek wrote:
>
> (Please CC, as I'm not on the list)
>
> [root@mara test]# touch foo
> [root@mara test]# ls -al
> total 4
> drwxr-x--- 2 buytenh admins 16 Apr 5 12:03 .
> drwxrwxr-x 16 buytenh admins 4096 Apr 5 12:03 ..
> -rw-r--r-- 1 root root 0 Apr 5 12:03 foo
> [root@mara test]# chown buytenh.admins foo
> [root@mara test]# ls -al
> total 4
> drwxr-x--- 2 buytenh admins 16 Apr 5 12:03 .
> drwxrwxr-x 16 buytenh admins 4096 Apr 5 12:03 ..
> -rw-r--r-- 1 buytenh root 0 Apr 5 12:03 foo
> [root@mara test]#
>
> Stock Red Hat 7, with 20010403 2.4.3-XFS checkout. Can reproduce on 5 other
> machines, running the same base system and XFS version.
It does work on my system (Mar 22 CVS checkout) :
[root@nl-martinh /root]# cat /etc/mandrake-release
Linux Mandrake release 7.2 (Odyssey) for i586
[root@nl-martinh /root]# uname -a
Linux nl-martinh 2.4.2-XFS-martinh-3 #2 Tue Apr 3 15:10:13 CEST 2001 i686
unknown
[root@nl-martinh /root]# df -kT .
Filesystem Type 1k-blocks Used Available Use% Mounted on
/dev/ide/host0/bus0/target0/lun0/part5
xfs 4194964 1285348 2909616 31% /
[root@nl-martinh /root]# touch bar
[root@nl-martinh /root]# ls -l bar
-rw-r--r-- 1 root root 0 Apr 5 13:58 bar
[root@nl-martinh /root]# chown martinh.user bar
[root@nl-martinh /root]# ls -l bar
-rw-r--r-- 1 martinh user 0 Apr 5 13:58 bar
[root@nl-martinh /root]#
Regards,
-Martin
--
Martin Hilgeman Technical consultant
Phone: +31(0)30-6696885
SGI E-mail: martinh@xxxxxxxxxxxxxxx
The Netherlands URL: http://www.sgi.com
|