Re: Bug#488024: cp preserves mode with --no-preserve=mode

2008-06-30 Thread Jim Meyering
Jim Meyering <[EMAIL PROTECTED]> wrote: > sergio <[EMAIL PROTECTED]> wrote: >> Package: coreutils >> Version: 6.10-3 >> >> % touch qwe >> % chmod 640 qwe >> % umask u=rwx,g=rx,o=rx >> % ls -l qwe >> -rw-r- 1 sergio sergio 0 Июн 25 22:53 qwe >> % cp --no-preserve=mode qwe asd >> % ls -l asd >> -

Re: Bug#488024: cp preserves mode with --no-preserve=mode

2008-06-28 Thread Jim Meyering
sergio <[EMAIL PROTECTED]> wrote: > Package: coreutils > Version: 6.10-3 > > % touch qwe > % chmod 640 qwe > % umask u=rwx,g=rx,o=rx > % ls -l qwe > -rw-r- 1 sergio sergio 0 Июн 25 22:53 qwe > % cp --no-preserve=mode qwe asd > % ls -l asd > -rw-r- 1 sergio sergio 0 Июн 25 22:54 asd Thank y