Ln

From NovaOrdis Knowledge Base
Revision as of 00:43, 16 October 2019 by Ovidiu (talk | contribs) (→‎Remove a Symbolic Link that Points to a Directory)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Create a Hard Link

ln <target-file> <hard-link-name>

For more details, see hard links.

Remove a Symbolic Link that Points to a Directory

rm <link-name>

but avoid appending a / to the name of the link.

Force

Regular file

-f 

Directory

-F