Day-2 Task: Basic Linux Commands
2. List all the files or directories including hidden files.
Command: ls -a
3.Create a nested directory A/B/C/D/E
Command: mkdir -p A/B/C/D/E
2. List all the files or directories including hidden files.
Command: ls -a
3.Create a nested directory A/B/C/D/E
Command: mkdir -p A/B/C/D/E