Exercise: POSIX Presentations

Assigned
  • January 25, 2019
Due
  • January 28, 2019 by noon
Submitting
All you need to do to complete this assignment is to be in class on Monday to give your presentation. However, if you want to use example code (which I recommend) please upload it to the “Exercise: Welcome” assignment on Gradescope.

Overview

POSIX provides a large standard set of functions that will be helpful throughout the semester. To familiarize ourselves with these functions, you’ll be responsible explaining one POSIX function to the class. Your POSIX function will be assigned during lab time. In your presentation, you will have three minutes to answer the following questions:

  1. What does your procedure do?
  2. How do you use this procedure?
  3. How does this procedure work? (guesses are fine)

You should start by reading the man page for your assigned procedure, but make sure you test it—man pages are not always perfectly clear. Some functions may be included on man pages with other related functions; you should read and understand what makes your assigned function different from the related functions, and be prepared to explain that during your presentation

If you would like to include sample code in your short presentation, please upload it to Gradescope under the “Exercise: POSIX Presentations” assignment no later than noon on Monday. You do not need to use example code, but if send it in I will put your code on a slide so you can refer to it during your brief presentation.