Introduction

While GUIs are nice on Linux systems, they are completely unnecessary on servers and only waste resources. This is why I’m providing a list of the most used commands as well as some practical usage tips.

Usage

Recalling the Last Argument from the Previous Command

Here’s a useful tip that lets you recall the last argument from the previously executed command. For example:

  $ cd /root
$ ls !$
test1 test2
  

Most Used Commands

Linux commands line documentation

Last updated 19 Sep 2009, 21:56 CEST. history