Introduction to Linux

From Void-Byte
Revision as of 15:49, 8 June 2020 by Bgrambo (talk | contribs) (Created page with "== 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

cat

cd

cp

echo

ls

mkdir

mv

pwd

touch