Linux Cheatsheet
whoami : It gives the name of the current user.
touch : command that is used to make a file.
pwd : to check current working directory.
mkdiir foldername : to create a directory (folder).
ls : to list contents in a current directory.
cd dirname : to c...
sarveshlearn.hashnode.dev2 min read