Linux Commands - 01
The first set of Linux commands users should be familiar with are
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>