what does the command mkdir do code example
Example 1: mkdir
sudo mkdir /usr/local/sbin
what that dose is make a new file at /usr/local/sbin
Example 2: mkdir command
#usage:
mkdir <name>
#also it can be abbreviated to:
md <name>#in cmd(windows)
#it creates a folder with name <name>