Skip to content

Commit a584709

Browse files
committed
added LPILinuxEssentials.md
1 parent 5f6697e commit a584709

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

LPILinuxEssentials.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Linux essentials
2+
3+
## <span id="index"></span>Index
4+
* [Package management](#package)
5+
+ [RPM based](#rpm)
6+
+ [Debian based: APT and dpkg](#debian)
7+
* [Command-line basics](#cli-basics)
8+
+ [Command-line syntax](#cli-syntax)
9+
+ [Basic commands](#basic-commands)
10+
+ [Command history and completion](#cmd-history)
11+
+ [shell configuration files](#shell-config-files)
12+
+ [Environment / shell variables](#variables)
13+
+ [User-defined variables](#user-def-vars)
14+
+ [Globbing](#globbing)
15+
+ [Quoting](#quoting)
16+
+ [Formatting commands](#formatting)
17+
+ [Working with options](#options)
18+
+ [Locate, find, whereis](#locate-find-whereis)
19+
* [Getting CLI help](#cli-help)
20+
+ [Linux MAN pages](#man-pages)
21+
+ [Info pages](#info-pages)
22+
+ [More local documentation](#more-local-docs)

0 commit comments

Comments
 (0)