summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormokha <mokha@cisco.com>2019-05-18 18:37:44 -0600
committermokha <mokha@cisco.com>2019-05-18 18:37:44 -0600
commit939de925f65b98c6a290c6a8bf1b946ae99c9da6 (patch)
tree034b2b4db49a4465e62a8ab30073fcf85499ef5b
parent9b711d827dd20bcac2bc25a4682a8754f9954014 (diff)
ignore pdf files
-rw-r--r--.gitignore1
-rw-r--r--README.md1
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
diff --git a/README.md b/README.md
index 92bf31d..c9709e2 100644
--- a/README.md
+++ b/README.md
@@ -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