答案 0 :(得分:9)
rsync:
-A, --acls preserve ACLs (implies --perms)
-X, --xattrs preserve extended attributes
-o, --owner preserve owner (super-user only)
-g, --group preserve group
--devices preserve device files (super-user only)
--specials preserve special files
man rsync
答案 1 :(得分:6)
mv
命令保留所有权和时间戳。
对于cp
命令,您可以使用各种命令行选项。例如
cp -p file1 file2
man cp
将显示所有可用选项