Run as privileged user: ``` touch a ; touch b chmod 000 b cp -f a b stat -c '%a' b ``` Latest commit coreutils returns mode 644 here, gnu cp mode 000. Already marked as "TODO" in code, pr on its way.
Run as privileged user:
Latest commit coreutils returns mode 644 here, gnu cp mode 000. Already marked as "TODO" in code, pr on its way.