|
@ -1,6 +1,20 @@ |
|
|
# Table of Contents |
|
|
# Table of Contents |
|
|
1. [Important Linux commands](#important-linux-commands) |
|
|
1. [Important Linux commands](#important-linux-commands) |
|
|
* [ls](#ls) |
|
|
* [ls](#ls) |
|
|
|
|
|
* [cd](#cd) |
|
|
|
|
|
* [man](#man) |
|
|
|
|
|
* [cp](#cp) |
|
|
|
|
|
* [Concept of piping with >](#concept-of-piping-with->) |
|
|
|
|
|
* [mkdir](#mkdir) |
|
|
|
|
|
* [su](#su) |
|
|
|
|
|
* [sudo](#sudo) |
|
|
|
|
|
* [alias](#alias) |
|
|
|
|
|
* [cat](#cat) |
|
|
|
|
|
* [chown](#chown) |
|
|
|
|
|
* [chmod](#chmod) |
|
|
|
|
|
* [history](#history) |
|
|
|
|
|
* [grep](#grep) |
|
|
|
|
|
* [piping with |](#piping-with-|) |
|
|
2. [The package manager(s)](#the-package-managers) |
|
|
2. [The package manager(s)](#the-package-managers) |
|
|
3. [Getting some INFO about the system](#getting-some-info-about-the-system) |
|
|
3. [Getting some INFO about the system](#getting-some-info-about-the-system) |
|
|
4. [Cool programs you find on almost all linux](#cool-programs-you-find-on-almost-all-linux) |
|
|
4. [Cool programs you find on almost all linux](#cool-programs-you-find-on-almost-all-linux) |
|
|