tutorials:learning_linux
Table of Contents
Learning Linux
Objectives
- Learn about the filesystem
- Absolute path versus relative path
- The '/' (root) and '~/' (home) directory
- File/directory ownership and permissions
- Learn about the Bourne-again shell (Bash) and basic shell commands
- Customize the shell environment
- Redirection (
>
) and pipe (|
) - Job control: put a job in background, force quit (Control-C), kill
- Learn about the Secure Shell (SSH) and remote access, see Remote access
- System administration if you are really interested
References
Books
- Developing Bioinformatics Computer Skills, Gibas and Jambeck, O'Reilly. The Chinese version is 生物資訊學電腦技術.
- Unix Power Tools, Peek et al., O'Reilly. The Chinese version is in two parts: Unix 超級工具 第三版(上冊) and Unix 超級工具 第三版(下冊). Full text here.
Web
tutorials/learning_linux.txt · Last modified: 2012/01/22 01:25 by chkuo