All you need to certify yourself
2 Sep

I had been looking for shortcuts in the Linux environment. Unfortunately I couldn’t find a single place where I could get all the shortcuts like Windows. In Windows, I can go to help and support and find out the keyboard shortcuts.
I got some of the keyboard shortcuts of Linux from another blog:
Ctrl+B – Move the cursor back one character.
Ctrl+A – move to the START of the line
Ctrl+E – move to the END of the line.
Ctrl+U – delete from the cursor to the beginning of the line.
Ctrl+K – delete from the cursor to the end of the line.
Ctrl+W – delete from the cursor to the start of the word.
Ctrl+C – halts the current command(quit)
Ctrl+Z – stops the current command, resume with fg in the foreground or bg in the background
^abc^xyz – replace FIRST occurrence of abc with xyz in last command and execute it
!! – repeat the last command
!$ – substitute last argument of the command last used.(not last occurence of same)
~ -users HOME directory.
TAB – auto-completion based on the typed sequences
Cisco IOS has got a similar set of command like Linux. hopefully I’ll find those shortcuts and put them in one place here.

Leave a reply