Fundamental 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 a long list format with extra information
ls -a -> List all including hidden file...
stealthspectre.hashnode.dev6 min read