Updated: 2013-11-22 06:40 EST
Check the due date for each assignment and put a reminder in your agenda, calendar, and digital assistant.
chmod
, umask
Your Final Exam schedule is posted in the ICT office. The Final Exam is closed-book, no aids, no devices.
Your Final Exam covers the entire course, with slight emphasis on material since the second midterm test, and on material that students did not answer well in the previous two tests.
Your Final Exam includes questions from all practice tests, not just the most recent ones.
For full marks, you must read and understand the Test Instructions before the test for important directions on how to enter your answers and the test version number on the mark-sense forms.
There may be more questions on the test than you can answer in the time allowed; answer the ones you know, first.
Your in-class notes go here.
Failed password
attempts?
sudo
and shell redirection! See the notes on redirection in Users and Groups
$ sudo touch foo >bar
$ sudo cp /etc/shadow foo
$ sudo cat /etc/shadow >bar
The userdel
command does not delete HOME directories (unless you use the -r
option). What does ls
show for a file’s user and group if that user and group have been deleted from the system? See userdel
in Users and Groups
# useradd redshirt
# id redshirt
uid=508(redshirt) gid=509(redshirt) groups=509(redshirt)
# ls -ld /home/redshirt
drwx------ 2 redshirt redshirt 4096 Nov 20 02:38 /home/redshirt
# userdel redshirt
# id redshirt
id: redshirt: No such user
# ls -la /home/redshirt
[... what does ls show now? ...]
Fill our your Course Evaluation
Joke (from a Linux student):
Subject: joke, clean Why didn’t the chicken cross the road? Because he did not have an absolute path and could’t find his way. HAHAHAHAHA!
From Michael Anderson: http://michaelanderson.ca/JobPostings/