diff options
| author | mo <mo.khan@gmail.com> | 2019-05-25 12:58:21 -0600 |
|---|---|---|
| committer | mo <mo.khan@gmail.com> | 2019-05-25 12:58:21 -0600 |
| commit | 1fc7af73dcb50d309c0f53a7c6081f92f3f2a0cd (patch) | |
| tree | 888632c99666190508117c5bba71de33b1f1159d | |
| parent | d49ede05284ed782f99c3a091c044611a3e2e9dc (diff) | |
format question
| -rw-r--r-- | README.md | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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`. |
