Description
The result of cp -rfT executed in uutils coreutils is different from the result in GNU Coreutils.
When executing some scripts in a chroot environment, I used cp -rfT.
The chroot environment uses uutils coreutils, so the command aborts with the error cp: prefix not found.
Docs
Link
Description
The result of
cp -rfTexecuted inuutils coreutilsis different from the result inGNU Coreutils.When executing some scripts in a chroot environment, I used
cp -rfT.The chroot environment uses
uutils coreutils, so the command aborts with the errorcp: prefix not found.Docs
Link