From: Stephen Seo Date: Fri, 3 Jan 2025 07:42:40 +0000 (+0900) Subject: Update README.md X-Git-Tag: 1.11^2~19 X-Git-Url: https://git.seodisparate.com/stephenseo/annotated.html?a=commitdiff_plain;h=078171e00436bb1401d0264dff41ea251aee257c;p=SimpleArchiver Update README.md --- diff --git a/README.md b/README.md index 010282f..512aa7f 100644 --- a/README.md +++ b/README.md @@ -36,9 +36,15 @@ API calls. --force-uid : Force set UID on archive creation/extraction On archive creation, sets UID for all files/dirs in the archive. On archive extraction, sets UID for all files/dirs only if EUID is 0. + --force-user : Force set UID (same as --force-uid but fetched from username) --force-gid : Force set GID on archive creation/extraction + --force-group : Force set GID (same as --force-gid but fetched from groupname) On archive creation, sets GID for all files/dirs in the archive. On archive extraction, sets GID for all files/dirs only if EUID is 0. + --extract-prefer-uid : Prefer UID over Username when extracting + Note that by default Username is preferred over UID + --extract-prefer-gid : Prefer GID over Group when extracting + Note that by default Group is preferred over UID --force-file-permissions <3-octal-values> : Force set permissions for files on archive creation/extraction Must be three octal characters like "755" or "440" --force-dir-permissions <3-octal-values> : Force set permissions for directories on archive creation/extraction