From 929c3cb52bdb3393cb869233e0438a374ddb3088 Mon Sep 17 00:00:00 2001 From: sadstan123456 <76420253+sadstan123456@users.noreply.github.com> Date: Fri, 21 May 2021 16:23:23 +0530 Subject: [PATCH] Added space where required --- docs/Hardlinks/Check-if-hardlinks-are-working.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Hardlinks/Check-if-hardlinks-are-working.md b/docs/Hardlinks/Check-if-hardlinks-are-working.md index f288f840a..5d8aa0004 100644 --- a/docs/Hardlinks/Check-if-hardlinks-are-working.md +++ b/docs/Hardlinks/Check-if-hardlinks-are-working.md @@ -12,7 +12,7 @@ You can use 2 options to check if you got working hardlinks. This is the easiest to check in my opinion. -In your terminal `cd` to your download location and run `ls-al` or type `ls -al /path/to/your/download/location/` +In your terminal `cd` to your download location and run `ls -al` or type `ls -al /path/to/your/download/location/` You will get a listing of all your files and on the left side you will see a couple of numbers, every file with a number above 1 are hardlinks.