Skip to content

Files

10 lines (7 loc) · 342 Bytes

tasks.md

File metadata and controls

10 lines (7 loc) · 342 Bytes

Day 2 Task: Basics linux command

Task: What is the linux command to

  1. Check your present working directory.
  2. List all the files or directories including hidden files.
  3. Create a nested directory A/B/C/D/E

Note: Check this file for reference

Check the basic_linux_commands.md file on the same directory day2