Open main menu

Linux and Unix Users Group at Virginia Teck Wiki β

Changes

Shell account tutorial

127 bytes added, 20:07, 31 January 2016
Random Bash tips
* Ctrl-D is the universal "end-of-file" command, and can be used to logout of shells
* Ctrl-C is the universal interrupt command, and can be used to kill running terminal jobs and clear your currently-typed command (rather than holding down backspace).
* Ctrl-Z can be used to pause processes, then fg or bg can be used to restart it in the foreground or background, respectively
==Troubleshooting==
Anonymous user