2. CTRL+L = Clear the terminal.
3. CTRL+C = Stops the program (end task).
4. CTRL+Z = Send the current process to background. It is useful if you you need the terminal for awhile but don’t want to exit the running program completely. To get the process back type the command
fg
.5. ALT+[F9 or F10] = Minimize/Maximize a window.
6. TAB = Start typing the command, filename, or directory and hit tab. Bash will automatically complete what you are typing.
7. CTRL+ALT+[LEFT, RIGHT, UP, DOWN] ARROW = go to [LEFT, RIGHT, UP, DOWN] desktop.
8. CTRL+U = Erase the current line.
9. Ctrl + [a or e] = Move the cursor to the beginning/end of the current line.
10. Ctrl + Alt + Backspace = Kill the X server if X crashes and you can’t exit it normally.
0 comments:
Post a Comment