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
>> -
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