Essential Linux Commands
Directory and File Management
pwd
Prints the current working directory.
mkdir <directory-name>
Creates a new directory or folder.
touch <file-name>
Creates a new empty file.
ls
Lists the files and folders in the current directory....
abhamayee.hashnode.dev2 min read