sub overview

This commit is contained in:
alpcentaur 2022-10-19 15:49:37 +02:00
parent ea8c7bf74d
commit 14e7dc39ff

View file

@ -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)