it drives me nuts.
[dlodico@winchester dlodico]$ touch myself
[dlodico@winchester dlodico]$ ls -l
total 0
-rw-r--r-- 1 dlodico users 0 Aug 26 10:33 myself
[dlodico@winchester dlodico]$ ls -l ..
total 24
drwx------ 4 amalashe users 4096 Aug 22 14:31 amalashe
drwx------ 4 dking users 4096 Aug 25 11:26 dking
drwxrwxrwx 14 dlodico users 4096 Aug 26 10:33 dlodico
drwx------ 12 meartscc users 4096 Aug 21 10:48 meartscc
drwx------ 4 phelbig users 4096 Aug 22 14:59 phelbig
drwx------ 4 xhuynh users 4096 Aug 22 14:51 xhuynh
[dlodico@winchester dlodico]$ chown meartscc myself
chown: changing ownership of `myself': Operation not permitted
[dlodico@winchester dlodico]$ chown -v meartscc myself
failed to change ownership of `myself' to meartscc
chown: changing ownership of `myself': Operation not permitted
[dlodico@winchester dlodico]$ touch myself
[dlodico@winchester dlodico]$ ls -l
total 0
-rw-r--r-- 1 dlodico users 0 Aug 26 10:33 myself
[dlodico@winchester dlodico]$ ls -l ..
total 24
drwx------ 4 amalashe users 4096 Aug 22 14:31 amalashe
drwx------ 4 dking users 4096 Aug 25 11:26 dking
drwxrwxrwx 14 dlodico users 4096 Aug 26 10:33 dlodico
drwx------ 12 meartscc users 4096 Aug 21 10:48 meartscc
drwx------ 4 phelbig users 4096 Aug 22 14:59 phelbig
drwx------ 4 xhuynh users 4096 Aug 22 14:51 xhuynh
[dlodico@winchester dlodico]$ chown meartscc myself
chown: changing ownership of `myself': Operation not permitted
[dlodico@winchester dlodico]$ chown -v meartscc myself
failed to change ownership of `myself' to meartscc
chown: changing ownership of `myself': Operation not permitted
Comment