Terminal Control Character
October 27, 2008 Posted by KP
Some useful terminal control characters:
Ctrl-C Terminate current process.
Ctrl-U Erase current input line.
Ctrl-S Stop output for easy read.
Ctrl-Q Resume output after stop.
Ctrl-Z Suspend process. use fg command to restart.
To be productive, to make yourself ‘feel good’, how much you are familiar with shell and editor is the key.
Reread some chapters of ‘The Complete FreeBSD’, it covers pretty much everything. Something I didn’t care before becomes interesting this time, maybe that’s what a reference book for.
Related Posts:
Filed Under: Command & Utility