diff options
Diffstat (limited to 'exercises')
| -rw-r--r-- | exercises/chapter-8.13 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/exercises/chapter-8.13 b/exercises/chapter-8.13 new file mode 100644 index 0000000..5878854 --- /dev/null +++ b/exercises/chapter-8.13 @@ -0,0 +1,14 @@ +Script started on 2019-05-22 20:29:07-06:00 [TERM="screen-256color" TTY="/dev/pts/3" COLUMNS="238" LINES="13"] +bash-5.0$ mkdir -p ~/dir1
+bash-5.0$ cp /etc/passwd ~/dir1/mypasswd
+bash-5.0$ chmod +x ~/dir1/
+bash-5.0$ cd ~/dir1/
+bash-5.0$ ls
+mypasswd
+bash-5.0$ cd ..
+bash-5.0$ rm dir1/mypasswd
+bash-5.0$ cp /etc/passwd dir1
+bash-5.0$ exit
+exit
+ +Script done on 2019-05-22 20:30:23-06:00 [COMMAND_EXIT_CODE="0"] |
