Posts Tagged With: shortcut

Basic Screen Shortcuts(Linux Terminal Tool)

Tagged with: , , , , ,

Some important screen shortcuts


Create New : Ctrl+A c
Next Screen: Ctrl+A Space
Previous      : Ctrl+A Backspace
Show Screen List: Ctrl+A "
Screen 1      : Ctrl+A 1
Screen 2      : Ctrl+A 2
Help             : Ctrl+A ?
No Comments »

Shortcuts - Hard and Soft Links in Linux

Tagged with: , , , , ,

This is how to create hard and soft links in Linux. Remember, a directory cannot be hard linked.


#Hard link
ln /path/to/file.ext .

#Soft link
ln -s /path/to/file.ext .

[tags]link, shortcut, soft,hard,linux,command[/tags]

No Comments »