COMP 3000 Lab 3 2011: Difference between revisions
Created page with "Please answer using text files. Do not use doc, docx, pdf etc. Submit your solutions via WebCT by October 21st at 8 PM. ==Part A (in Tutorial)== ==Part B (on your own)==" |
|||
Line 2: | Line 2: | ||
==Part A (in Tutorial)== | ==Part A (in Tutorial)== | ||
Notes: | |||
* execve example | |||
* fork, execve example | |||
* generate, receive user signal | |||
* change scheduling priorities program | |||
==Part B (on your own)== | ==Part B (on your own)== |
Revision as of 15:43, 16 October 2011
Please answer using text files. Do not use doc, docx, pdf etc. Submit your solutions via WebCT by October 21st at 8 PM.
Part A (in Tutorial)
Notes:
- execve example
- fork, execve example
- generate, receive user signal
- change scheduling priorities program