If you wish to create a new directory in your Linux system using SSH you can easily use the SSH mkdir command. It is very handy in your day to day Linux Server administration. It is a useful command for both Beginners and Experts. In this article, we will show you the most popular usage of the Linux mkdir command with SSH.
Create a new directory using SSH mkdir command
mkdir ./myNewDirectory
Create parent directories along the way
mkdir -p ./this/is/a/nested/directory
Show output of mkdir with SSH
mkdir -v ./this/will/be/anounced