gouv:~# touch junk
gouv:~# ls -l junk
-rw-r--r-- 1 root root 0 avr 14 21:30 junk
gouv:~# chown mail.adm junk
gouv:~# echo $?
0
gouv:~# ls -l junk
-rw-r--r-- 1 root adm 0 avr 14 21:30 junk
gouv:~# chown --version
chown (fileutils) 4.1
Écrit par David MacKenzie.
gouv:~# bash --version
GNU bash, version 2.05a.0(1)-release (i386-pc-linux-gnu)
Copyright 2001 Free Software Foundation, Inc.
file system is ext 2
I reverted to 2.5.7 and everyting worked as expected
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/