UNIX Control Sequences

UNIX Control Sequences

This document provides descriptions of selected UNIX control sequences.

The carat symbol (^) represents the control key.

^C: Abort the current program or process.

^D: Exit xterm, ftp session, telnet session, gcg session, etc.

^Z: Suspend execution of the current program or process. To restart execution in the foreground, type fg. To restart execution in the background, type bg.


[UNIX Survival home page]