Basic Linux commands
whoami
# whoami command display the username currently logged in
ls
#ls command is used to display the list of files or directories in the specified directory
sudo su
#sudo su command is used to switch as a super user
cd /
#cd command is...
explorewithme.hashnode.dev2 min read