bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#23449: cp command error report


From: Paul Eggert
Subject: bug#23449: cp command error report
Date: Wed, 4 May 2016 10:47:02 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.0

On 05/04/2016 02:10 AM, Bruce.Zhang wrote:
When I run the command like this "/bin/cp -rf /root/update/*  /www"  .  I
find some file's permissions  is update but  the file's content not update .

I do not known what happened .

Nor does anyone else. :-) I suggest running your command under strace, e.g.,:

strace -o foo.log /bin/cp -rf /root/update/* /www

and then looking at foo.log to see what happened. The idea is that you need to create a complete, self-contained test case that will let us reproduce the bug.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]