[Avg. reading time: 1 minute]

Linux Commands - 01

The first set of Linux commands, so many websites to explain what these commands do or use your favourite AI tool.

MAC - Open Terminal

Windows - Open GIT BASH

hostname

whoami

uname

uname -a

ping

pwd

echo ""

mkdir <foldername>

cd <foldername>

touch <filename>

echo "sometext" > <filename>

cd ..  (space is needed)

ls [-l]

cp <filename> <filename1>

#linux #commands #cli #gitbashVer 6.0.18

Last change: 2026-03-03