diff options
author | Jim Meyering <jim@meyering.net> | 2003-10-15 07:43:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-10-15 07:43:04 +0000 |
commit | 0d3c3801d64c2f328023fbd701fe1eb2798d7c85 (patch) | |
tree | 2895a98b16dfa3f29850931f5b27d785c4502056 /doc | |
parent | 38f68e78aefd45e1cffa9395aefeca95962816d5 (diff) | |
download | coreutils-0d3c3801d64c2f328023fbd701fe1eb2798d7c85.tar.xz |
(ln invocation): Note that --directory, -d, -F
probably won't work even for superuser.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 4e403ea99..84ca19108 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -7091,7 +7091,9 @@ Make a backup of each file that would otherwise be overwritten or removed. @opindex -F @opindex --directory @cindex hard links to directories -Allow the super-user to make hard links to directories. +Allow the super-user to attempt to make hard links to directories. +However, note that this will probably fail due to +system restrictions, even for the super-user. @item -f @itemx --force |