CP1300 UNIX Processes and Resources

Last modified Thursday, 07-Sep-2000 04:11:49 UTC.
(Jason's Notes)

Processes

When you type in a command it is interpreted by the system, and generally a process is started Every process running under UNIX has a unique process id (PID)

Disk

Disk space is frequently in short supply on multi-user systems. UNIX commands exist to help you measure current use of available space


Users

While the sysadmin does most of the worrying about who is doing what on the system, UNIX assumes a co-operative environment where anyone can get much of this information


Environment

A wide variety of conditions exist when you are logged in to a system. To a certain extent, it is possible to customise the conditions you are working in. The conditions and customisations are referred to as your environment.

The environment is stored in a set of environment variables and shell variables.


I/O


Self assessments


Tutorial Questions


Exam style questions