Quote:
Originally posted by peted
The control sequence that abc123 stated (Ctrl-Z) suspends a process (puts it in the background).
|
you're both right. in dos/windows ctrl-z is the EOF combo.
in unix, like you said, it is ctrl-d, and ctrl-z suspends a process.