Day 2 : Basic Linux Commands
Basic Linux commands
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 ...
sultansaudagar.hashnode.dev2 min read