Day 2 - Basic Linux commands
Task: Write Linux commands to :
1. Check your present working directory.
pwd
2. List all the files or directories including hidden files.
ls -a
3. Create a nested directory A/B/C/D/E
mkdir -p A/B/C/D/E
NOTE!
馃挕
I had highly recommend reading the ...
akshaykhoje.hashnode.dev2 min read