diff options
| author | mokha <mokha@cisco.com> | 2019-05-18 18:31:37 -0600 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2019-05-18 18:31:37 -0600 |
| commit | 3de80cfb8b9da4e584eeab1556f67c3e363eda40 (patch) | |
| tree | f6e059782aa9990a3c98ccdb4a52c8a0298d65f5 /exercises | |
| parent | a34c92095132075e8aa2d4497e2b531c4b56db30 (diff) | |
complete exercise
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/chapter-8.9 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/exercises/chapter-8.9 b/exercises/chapter-8.9 new file mode 100644 index 0000000..bfe4da5 --- /dev/null +++ b/exercises/chapter-8.9 @@ -0,0 +1,14 @@ +Script started on Sat May 18 18:28:36 2019 +bash-3.2$ touch test1
+bash-3.2$ chmod 640 test1
+bash-3.2$ ls -alh test1
+-rw-r----- 1 mokha staff 0B 18 May 18:27 test1
+bash-3.2$ rm test1
+bash-3.2$ touch test1
+bash-3.2$ chmod u=rw,g=r,o= test1
+bash-3.2$ ls -alh test1
+-rw-r----- 1 mokha staff 0B 18 May 18:28 test1
+bash-3.2$ exit
+exit
+ +Script done on Sat May 18 18:29:15 2019 |
