Introduction to UNIX: basic concepts
 : UNIX design
 : Multi-user
Previous: Virtual memory
Next: the Filesystem
  3.3. Multi-user
Several users can be logged in to the system simultaneously, running
each multiple processes (timesharing + scheduling).
Each user has shared access to the resources (disk, printers, memory, ...) 
according to his privileges.
 
Introduction to UNIX: basic concepts
 : UNIX design
 : Multi-user
Previous: Virtual memory
Next: the Filesystem