Linux basic commands
ls - Lists the files and directories in the current directory.
pwd - Show present working directory.
cd - Changes the current directory. For example, cd ubuntu/ would change the current directory to cd ubuntu/.
mkdir - Creates a new director...
akashvandre.hashnode.dev1 min read