Skip to content

Commit

Permalink
changing tasks 1, 2, and 3
Browse files Browse the repository at this point in the history
  • Loading branch information
dalzuga committed May 11, 2016
1 parent 69456e4 commit 45ef92b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion permissions/1-change_file_permissions.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
touch /tmp/permissions
chmod 755 /tmp/permissions
ls -l /tmp/permissions
1 change: 0 additions & 1 deletion permissions/2-change_file_permissions_with_bits.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
touch /tmp/permissions
chmod 504 /tmp/permissions
ls -l /tmp/permissions
1 change: 0 additions & 1 deletion permissions/3-change_file_permissions_with_letters.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/bash
touch /tmp/permissions
chmod ugo=rw /tmp/permissions
ls -l /tmp/permissions

0 comments on commit 45ef92b

Please sign in to comment.