Introduction to Linux

From Void-Byte
Jump to navigation Jump to search

Basic Commands

These are the most basic commands that you should know as a Linux System Administrator.

Command Syntax

Commands that utilize the Bash shell follow this common syntax.

command [-options] [arguments]

Commands

cp

echo

ls

mkdir

mv

pwd

touch

cat

Used ton concatenate files, and print to stdout.

Syntax: cat [-options] [path/file]