Clone Git Repository on Storage Server
sudo mkdir -p /usr/src/kodekloudrepos
sudo mkdir -p /usr/src/kodekloudrepos
The -p option in the mkdir command stands for "parents."
This handy feature lets you create the entire directory tree specified in the path if it doesn't already exist.
ls -...
areef.hashnode.dev1 min read