diff options
| author | mokha <mokha@cisco.com> | 2019-05-18 18:37:44 -0600 |
|---|---|---|
| committer | mokha <mokha@cisco.com> | 2019-05-18 18:37:44 -0600 |
| commit | 939de925f65b98c6a290c6a8bf1b946ae99c9da6 (patch) | |
| tree | 034b2b4db49a4465e62a8ab30073fcf85499ef5b | |
| parent | 9b711d827dd20bcac2bc25a4682a8754f9954014 (diff) | |
ignore pdf files
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | README.md | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a136337 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.pdf @@ -194,6 +194,7 @@ e. ls -l f. ls -ld g. ls -l ∼/personal h. ls -ld ∼/personal + 12. What does the execute permission mean for a directory, a file type for which the execute operation makes no sense? 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. a. cd dir1 |
