Day 2 of #90DaysOfDevOps
Basics linux commands
sudo - Stands for Super User Do. The sudo command allows you to run commands with the superuser privileges.
whoami - Displays currently logged-in user.
cat - File concatenation and printing are done using the cat command.
ca...
basavaraj-devops-blog.hashnode.dev3 min read