Day 2 #90DaysOfDevOps
Basics Linux command
Listing commands
ls option_flag arguments --> list the subdirectories and files available in the present directory
Examples:
ls -l--> list the files and directories in long list format with extra information
ls -a --> list all ...
itabhishekyadav.hashnode.dev2 min read