Getting Started
From Linux 101, The beginner's guide to all things Linux.
Contents |
[edit] Introduction
These documents aim to guide you through your Linux learning journey. These articles are just a subset of what is available on the Main Page. If you are brand new to Linux, it is a good idea to follow the articles here in order as they have been strategically ordered to build on your knowledge.
Try out the different commands as you go to get a good feel for them. Here we just scratch the surface of what these tools can do. To see how else they work, type:
-
<program> --helpor -
man <program>for its manual page.
[edit] The Basics
[edit] Terminal
The terminal is entrance to the heart of the system. Understanding how it works and can save time when performing monotonous tasks.
- Getting Around
- Running Programs
- Using the Terminal I
- Using the Terminal II
- Shell Scripting
- Advanced Bash Scripting
[edit] Files
Files are a very important concept in Linux. As the saying goes, "everything is a file". This includes your sound card, hard drive, and many other things. We never claimed it was a cool saying. Here we learn the basics about how to use files.

