Basic Linux Commands
This list comes courtesy of Mark Rais, senior editor reallylinux.com
NOTICE this is ONLY the Basic list. I also offer a list of commands for:
Beginning Server Administration
Files and Permissions
Directory navigation
Commands for Guru-Wannabees
It is my hope that these beginner Linux commands will provide you with a good start to your Linux command line adventures.
|
TIP 1: |
| Command | Summary Use |
| Use cd to change directories | Type cd followed by the
name of a directory to access that directory. Keep in mind that you are always in a directory and allowed access to any directories hierarchically above or below. You may also benefit from reviewing my directory commands page.Ex: cd games If the directory games is not located hierarchically below the current directory, then the complete path must be written out. Ex: cd /usr/games To move up one directory, use the shortcut command. Ex: cd .. |