[Bug 191974] ln(1): |ln -sF| never calls rmdir(2) on target_file == target_dir, only target_dir/basename
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jul 21 08:20:33 UTC 2014
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191974
eugen at grosbein.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |eugen at grosbein.net
--- Comment #3 from eugen at grosbein.net ---
The flag -F was introduced solely for creating symlinks for directories. Hard
links for a directory is not permitted in FreeBSD, so -s flag is needed
(otherwise, -F is ignored).
One should not use -F for non-directory source, it's meaningless indeed.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list