summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2019-05-25 13:38:40 -0600
committermo <mo.khan@gmail.com>2019-05-25 13:38:40 -0600
commitd5500cd77061f54c5d2b4b7e13386c3f6b0ce14b (patch)
tree70468e288451770187424cca110b8fb80af13eb9 /README.md
parent8a1bbcba87729f8eef3e99159b5253a67243bb17 (diff)
complete 8.15
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index a687fd2..8f6e9ba 100644
--- a/README.md
+++ b/README.md
@@ -349,6 +349,15 @@ formula:
The desired `umask` value would be `027`.
+```bash
+[root@2a10b6355d3a ~]# mkdir before
+[root@2a10b6355d3a ~]# umask 027
+[root@2a10b6355d3a ~]# mkdir after
+[root@2a10b6355d3a ~]# ls -l
+drwxr-x---. 2 root root 4096 May 25 19:36 after
+drwxr-xr-x. 2 root root 4096 May 25 19:36 before
+```
+
See `exercises/chapter-8.15`.
16. Give chmod command lines that perform the same tasks that the mesg n and mesg y commands do. (Hint: Every hardware device, including your terminal, has an associated file in the /dev directory.)