Day 2 Linux Fundamentals
Basic linux commands
Listing commands
ls option_flag arguments --> list the sub directories and files avaiable in the present directory
Examples:
ls -l--> list the files and directories in long list format with extra information
ls -a --> list all ...
ishtiyaqahemad.hashnode.dev3 min read