mv loses file permissions on some linux systems #26907
Labels
bug
Indicates an unexpected problem or unintended behavior
filesystem
Underlying file system and functions that use it
system:linux
Affects only Linux
Over the course of debugging JuliaLang/Pkg.jl#261, @KristofferC and I discovered that, on some Linux systems, moving a file from
/tmp/
to a folder on the local filesystem loses permissions set on it, e.g. a file goes from0775
to0664
. This seems to have some interaction with it being moved from one filesystem to another.Example:
This is happening on the latest
master
:The relevant lines from
mount
:The text was updated successfully, but these errors were encountered: