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>
The next set of Linux commands, so many websites to explain what these commands do or use your favourite AI tool.
wget
touch
echo
variables
|
cat
wc
more
head
tail
grep
cut
uniq
sort
You can try these on GITBash (Windows) or Terminal (Mac) or Elvis (Rowan Linux Servers)