sub overview
This commit is contained in:
parent
ea8c7bf74d
commit
14e7dc39ff
1 changed files with 14 additions and 0 deletions
14
README.md
14
README.md
|
@ -1,6 +1,20 @@
|
|||
# Table of Contents
|
||||
1. [Important Linux commands](#important-linux-commands)
|
||||
* [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)
|
||||
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)
|
||||
|
|
Loading…
Reference in a new issue