13,420
edits
Changes
→Managing Processes
* Each process has an '''owner'''
* Each process has a unique ID ('''PID''') Processes in UNIX can run in the '''foreground''' or '''background'''
* Programs / Commands can be run in the '''background ''' by placing an '''ampersand sybmol ''' '''& ''' after the command (eg. '''program-name &''')