Day 2 of 90DaysOfDevOps ๐
Basic Linux Commands ๐ง:
Listing commands ๐:
ls --> display all files and directories.
ls -l --> display a list of all files and directories including the extra information.
ls -a --> List out all the files and directories including hidden files ...
shubhammore.hashnode.dev1 min read