Here are the list of Unix shortcuts. The list consists of shortcuts commonly used in Unix
Ctrl+C – halts the current command
Ctrl+Z – stops the current command, resume with
fg in the foreground or bg in the background
Ctrl+D – log out of current session, similar to exit
Ctrl+W – erases one word in the current line
Ctrl+U – erases the whole line
Ctrl+R – type to bring up a recent command
!! – repeats the last command
exit – log out of current session
Here are the list of other useful information in unix
For Basic commands tutorial. Please refer to Basic commands in unix
For Process Management tutorial. Please refer to Process Management commands in unix
For Setting File permissions please visit the tutorial File Permissions in Unix
To learn how to connect to another host machine using unix. Learn ssh in Unix
To learn basic search in unix visit tutorial searching in Unix
To learn system information commands visit tutorial System Information commands in Unix
To Learn compression in unix, visit the post Compression in unix