Day-2 Task: Basic Linux Commands
Ravi Srivastava
AWSAnalyst @ Reput.ai| AWS Certified Solutions Architect Associate| IAM | SSO | SAML| Control Tower | Aws Organization| Keycloak| MinIO|AWS Workspace|Grafana
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