No. | Topic |
---|---|
1 | Bash Commands |
2 | Bash Shortcuts |
3 | Bash Variables |
4 | IO Redirection |
5 | Directory Operations |
6 | ls Options |
7 | Search Files |
8 | File Operations |
9 | Process Management |
10 | Nano Shortcuts |
Command | Details |
---|---|
$ uname -a | Shows system and kernel |
$ head -nl /etc/issue | Show distribution |
|