summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormo <mo.khan@gmail.com>2019-05-25 12:58:21 -0600
committermo <mo.khan@gmail.com>2019-05-25 12:58:21 -0600
commit1fc7af73dcb50d309c0f53a7c6081f92f3f2a0cd (patch)
tree888632c99666190508117c5bba71de33b1f1159d /README.md
parentd49ede05284ed782f99c3a091c044611a3e2e9dc (diff)
format question
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index f561b4c..c1037a1 100644
--- a/README.md
+++ b/README.md
@@ -271,10 +271,7 @@ $ ls -ld ∼/personal
The execute permission on a directory allows you to enter it. .ie. `cd directory`.
-13. Create a file `dir1` in your home directory and use `cp /etc/passwd dir1/mypasswd` command to copy the `/etc/passwd` file in it.
-Use the `chmod` command to have only the search permission on for it and execute the following commands.
-
-What is the results of executing these commands? Do the results make sense to you? Explain.
+13. Create a file `dir1` in your home directory and use `cp /etc/passwd dir1/mypasswd` command to copy the `/etc/passwd` file in it. Use the `chmod` command to have only the search permission on for it and execute the following commands. What is the results of executing these commands? Do the results make sense to you? Explain.
Change directory to a directory named `dir1`.