From 5c694e6f9c61bf98c7065edaaa843350eed588a6 Mon Sep 17 00:00:00 2001 From: Denis Sokolov Date: Tue, 5 Jan 2016 22:31:52 +0200 Subject: [PATCH] ln: remove note about hard links for directories Hard links are generally not allowed for directories. --- pages/common/ln.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/ln.md b/pages/common/ln.md index c8a8590c2b..3270931025 100644 --- a/pages/common/ln.md +++ b/pages/common/ln.md @@ -14,6 +14,6 @@ `ln -sfT {{path/to/new/original/file}} {{path/to/folder/link}}` -- create a hard link to a file or folder +- create a hard link to a file `ln {{path/to/original/file}} {{path/to/link}}`