UNIX Processes

Prof. Brian D. Davison

Computer Science & Engineering, Lehigh University

Announcements

Man is OS-specific; both are installation-specific. Google will usually get you a reference for a different OS or at least a different version of the OS.

Announcements

I recycled your printouts. Consider reading man pages for unix commands!

Processes

SysV ps has different options than BSD-derived ps. Use whereis to find the other.

Managing Processes

Can also give arguments with %jobid to the fg and bg and kill commands.

Killing Processes

Actually, killall will kill all processes with that name (that are owned by the current user).

C Programming

Note the man page sections for the system calls. Use man -s to specify which section of the manual pages to search.