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...
Jul 24, 20238 min read40
