CS 531
Fall 2008
- Simulator Stuff:
- System call examples
- Ada tasks and Java threads... examples
- Java RMI example
- Socket Example
Don't forget about the man page and sections when looking
up information about system calls. If you do a 'man pipe' you get the
system program, not the system call. If you do a 'man -S2 pipe' you
get the information about the system call. Also, a 'man syscalls' lists
all of the available system calls.
I would use unix copies to copy the files to your own unix acct, rather
than getting them thru a browser. For example, to copy all the files in
the syscalls directory, do:
prompt> cp /users/csc/csc_gws/public_html/classes/531/syscalls/* .