flux, 1 year ago Another way to check is to <span style="color:#323232;">strace cp testfile testfile2 </span> and the sequence in which the message is printed and operations performed can be studied. It’s perhaps a lot to read, but linux tracing tools are worth learning!
Another way to check is to
<span style="color:#323232;">strace cp testfile testfile2 </span>
and the sequence in which the message is printed and operations performed can be studied.
It’s perhaps a lot to read, but linux tracing tools are worth learning!