Friday 19 August 2011

Linux Keyboard shortcuts is for you

//** Some of the important keyboard shortcuts are given below  **// :--

<Ctrl><Alt><F1> **USE**--( Switch to the first text terminal,Under Linux you can have several terminals opened at the same time.. ).

<Ctrl><Alt><Fn> (n=1..6) **USE**--( Switch to the nth text terminal, ).

<tty> **USE**--( Print the name of the terminal in which you are typing this command,,).

<Ctrl><Alt><F7> **USE**--( Switch to the first GUI terminal, ).

  <Tab> **USE**--( In a text terminal,Autocomplete the command 
if there is only 1 option, or else show all the available options.),

 <ArrowUp> **USE**--( Scroll & edit the command history, Press <Enter> to execute command.),

 <Shift><PgUp>**USE** --( Scroll terminal output up,Work also at the login prompt, so we can scroll through our bootup messages.),

 <Shift><PgDown> **USE**--( Scroll terminal output down fast .),

<Ctrl><Alt><-> **USE**--( (In X-Windows) Change to the previous X-Server Resolution.),

<Ctrl><Alt><BkSpc> **USE**--( (in X-Wndows) Kill the current X-Windows Server, Use if the X-Windows Server crashes & cannot be exited normally. ),

<Ctrl><Alt><Del> **USE**--( Shut down the system & Reboot, This is the normal shutdown command for a user at the text-mode console, Do not just press the 'reset' button for shutdown.),

<Ctrl>c **USE**--( Kill the current Process ( In the Text mode for small applications.),

<Ctrl>d **USE**--( Log out from the current terminal,We can also see next command.).

<Ctrl>s **USE**--(  Stop the file transfer to the terminal.),

<Ctrl>q **USE**--( Resume the transfer to the terminal, Try if your terminal mysteriously stops responding to you..),

<Ctrl>z--( Send current Process to the background.),

<exit>**USE**--( Logout,. can also use logout for the same effect.,(If you have started a second shell, for  e.g.- using bash the second shell will be exited & you will be back in the first shell, not logged out.)),

<reset>**USE**--( Restore a screwed-up terminal (A terminal which shows funny characters) to default setting, Use if you tried to 'cat' a binary file, You may not be able to see the command as you type it.).

<MiddleMouseButton> **USE**--( Paste the text which is currently Highlighted somewhere else, This is the normal 'copy-paste' Operation in Linux, (It doesn't work with Netscape & Wordperfect which use the MS Windows-style 'copy-paste', It does work in the text terminal if you enabled 'gpm' Service using 'Setup') Best used with a Linux-ready 3-button mouse (Logitech or similar) ),

<~>**USE**--( {tilde} My home directory (normally the directory /home/my_login_name), For example, the command cd ~/my_dir will change my working  directory to the subdirectory 'my_dir' under my home directory,  Typing just .cd. alone is an equivalent of the command .cd ~.).

<.>**USE**--(  {dot} Current directory, For example- ./my_program will attempt to execute the file 'my_program' located in your current working directory,).

<..>**USE**--( {two dots} Directory parent to the current one, For example- the command cd .. will change my current working directory one-one level up.)..

No comments:

Post a Comment