Essential Linux Commands Everyone Should Know
1. Directory Commands
cd -: The cd - the command allows you to go back to the last working directory you were in.
mkdir directoryName: The mkdir the command is used to create a new directory in a specific location. Here are some examples:
mkdir n...
blog.unicornfortunes.com8 min read