sangkrit

Command Line Keyboard Tricks

Other than moving cursor with arrow keys there are much more useful keyboard tricks in Linux command line:

Ctrl-a Move cursor to the beginning of the line. Ctrl-e Move cursor to the end of the line. Ctrl-f Move cursor forward one character; same as the right arrow key. Ctrl-b Move cursor backward one character; same [...]

Command Mode

What is Command Line?

The most common text type input(also known as teletype input) system in Linux is known as Command Line.

Types of command mode:

1. Terminal emulator 2. Virtual terminal

Both of these terminals allow us to access the same command line.

To switch to a virtual console press Ctrl+ Alt+ F2.

After [...]