소스 검색

Update FAQ

Clarify that user and group of owner are stored as name, except if --numeric-owner is given.
Hartmut Goebel 9 년 전
부모
커밋
0c2e517e04
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/faq.rst

+ 2 - 2
docs/faq.rst

@@ -38,8 +38,8 @@ Which file types, attributes, etc. are preserved?
     * Name
     * Name
     * Contents
     * Contents
     * Time of last modification (nanosecond precision with Python >= 3.3)
     * Time of last modification (nanosecond precision with Python >= 3.3)
-    * User ID of owner
-    * Group ID of owner
+    * IDs of owning user and owning group
+    * Names of owning user and owning group (if the IDs can be resolved)
     * Unix Mode/Permissions (u/g/o permissions, suid, sgid, sticky)
     * Unix Mode/Permissions (u/g/o permissions, suid, sgid, sticky)
     * Extended Attributes (xattrs) on Linux, OS X and FreeBSD
     * Extended Attributes (xattrs) on Linux, OS X and FreeBSD
     * Access Control Lists (ACL_) on Linux, OS X and FreeBSD
     * Access Control Lists (ACL_) on Linux, OS X and FreeBSD