I know it is after the 24 hour period however I think that there may be an error in question 11:<div><br></div><div><div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
11) 4 points </blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"> Consider the following files and commands executed:<blockquote>
$whoami <br>$ ls -l file1 file2<br>--w-rw-r-x  1 bob     wheel  4 Dec 13 18:12 file1<br>--w-rw-r-x  1 susan   wheel  4 Dec 13 18:12 file2<br>$ cat bob<br>cat: file1: Permission denied<br>$ su - susan<br>Password:<br>$ whoami<br>
susan<br>$ cat file2<br>foo<br>$ <br>    (a) Explain why 'bob' cannot read file1.<br>    (b) Explain why 'susan' can read file2.</blockquote></blockquote><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
bob<br></blockquote><div><br></div><div>There is:</div><div>$cat bob</div><div>cat: file1: Permission denied.</div><div><br></div><div>Which doesn't really make sense since cat was called on bob, not file1.</div><div>
Maybe I am misunderstanding the question, but I think there is something wrong with the question.</div><div><br></div><div>Ken </div></div></div><div><br></div><div><br></div>