Unix Manual Pages

A History of Unix

Unix in Summary

An introductory tutorial on Unix...


Selecting a Shell

Regular Expressions...

Perl and Unix...

Help with vi...

Shell scripting...


The 10 Unix commands every beginner needs to know...

The 10 most misunderstood commands...

The 62 Core Commands

Commands by Category

Alphabetic list of commands...


Copyright/Copyleft info...

exit





Terminate a Process

Terminate a process. Or if none are running, quit the shell, ie. quit the interface program.

Synopsis
There are slight variations depending on the shell you use. (n) indicates the status with which to run the exit command Not indicating a status tells exit to quit out of the most recently-called process. Or, the shell itself if no other processes are running.

RETURN VALUES
The exit() function never returns.

© 1999-2004 Matchstick Consulting