From: ed neville Date: Thu, 14 Mar 2024 19:38:15 +0000 (+0000) Subject: Noting copy_symlink behaviour X-Git-Tag: 4.15.1~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4959cd10ae02e6fcdcda1726befd194feebeaf16;p=thirdparty%2Fshadow.git Noting copy_symlink behaviour Mention that symlinks are modified when they prefix the skel directory. Closes #933 --- diff --git a/man/useradd.8.xml b/man/useradd.8.xml index 51705285c..067440acd 100644 --- a/man/useradd.8.xml +++ b/man/useradd.8.xml @@ -295,6 +295,11 @@ /etc/default/useradd or, by default, /etc/skel. + + Absolute symlinks that link back to the skel directory will have + the /etc/skel prefix replaced with the user's + home directory. + If possible, the ACLs and extended attributes are copied.