Difference between revisions of "Introduction to Linux"

From Void-Byte
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 15:49, 8 June 2020

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