Command line basics
The Command Line Interface (CLI) provides you with a finer level of control over your system.
Getting started with BASH
Here we'll cover what BASH is, some basic BASH usage, and point you toward what you need to learn to configure BASH and customise the …
BASH configuration
In this article we explain which scripts are run to configure BASH and what sort of stuff you can put in those scripts to customise …
Getting started with the CLI (command line interface)
If you are new to using the command line, this is the place to find out about what it is, what you can do with …
Handy BASH shortcuts
In this post, we'll show you some handy bash shortcuts. When you've become comfortable with using these (or at least some of them) your productivity …
Linux file permissions, chmod and umask
Understand how Linux file permissions and special mode bits work. Learn how to change these permissions using the chmod command. Find out how default permissions …