From 54d45ca56db8d7e4762612a5b6ada636bae0a589 Mon Sep 17 00:00:00 2001 From: waldek Date: Wed, 9 Jun 2021 13:58:10 +0200 Subject: [PATCH] fixes S flag Abdellah --- certificates/essentials/exercises_sudomateo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certificates/essentials/exercises_sudomateo.md b/certificates/essentials/exercises_sudomateo.md index 2f6a1ae..1299d3a 100644 --- a/certificates/essentials/exercises_sudomateo.md +++ b/certificates/essentials/exercises_sudomateo.md @@ -36,7 +36,7 @@ total 0 -r--------. 1 vagrant vagrant 0 Aug 23 01:10 file02 -rw-r-x--x. 1 vagrant vagrant 0 Aug 23 01:10 file03 -rwsr--r--. 1 vagrant vagrant 0 Aug 23 01:10 file04 --rw-rw-r--. 1 vagrant vagrant 0 Aug 23 01:10 file05 +-rwSrw-r--. 1 vagrant vagrant 0 Aug 23 01:10 file05 -r--r--r-T. 1 vagrant vagrant 0 Aug 23 01:10 file06 ``` 6. Run the commmand `tar -zcvf /tmp/managing-files.tgz -C /tmp/managing-files .` to create an archive named `/tmp/managing-files.tgz` of all the files in the `/tmp/managing-files` directory.