Day 2 : Basic Linux Commands
BASIC MAIN COMMANDS
whoami -> prints the username currently logged into the terminal session.
eg. whoami
rohit
man -> we type man to get manual.
eg. "man ls" we get all the command related to listing.
man ls command
Description of manual...
devopsplaybook.hashnode.dev2 min read