UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit d28b5528 authored by Anthony Collins's avatar Anthony Collins
Browse files

gensite

parent 9f052430
Branches
No related merge requests found
Pipeline #119085 passed with stages
in 35 seconds
......@@ -666,11 +666,11 @@ root@linux-opstation-kspt:/home/student$ echo "Can you read me?" > testdir/file
root@linux-opstation-kspt:/home/student$ ls -lisa testdir/
1020551 4 drwxr-x--- 2 root root 4096 Feb 17 19:00 .
1016881 4 drwxr-xr-x 24 student student 4096 Feb 17 18:59 ..
1022450 4 -rw-r--r-- 1 root root 16 Feb 17 19:00 canttouchthis
1022450 4 -rw-r--r-- 1 root root 16 Feb 17 19:00 file
root@linux-opstation-kspt:/home/student$ exit
student@linux-opstation-kspt:/home/student$ cat testdir/canttouchthis
cat: testtest/canyouread: Permission denied
student@linux-opstation-kspt:/home/student$ cat testdir/file
cat: testdir/file: Permission denied
----
<1> Change to the root user.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment