Browse Source

sub overview

master
alpcentaur 2 years ago
parent
commit
14e7dc39ff
1 changed files with 14 additions and 0 deletions
  1. +14
    -0
      README.md

+ 14
- 0
README.md 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)

Loading…
Cancel
Save