Linux Basics commands - Part 1
Part 1: Introduction to Basic Linux Commands
Setting Up Your Workspace
Create a new directory named "devops":
mkdir devops
Navigate into the "devops" directory:
cd devops
Create a new file named "demofile.txt":
touch demofile.txt
List the c...
linux-essentials.hashnode.dev4 min read