SSH mkdir command

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
  • 0 gebruikers vonden dit artikel nuttig
Was dit antwoord nuttig?

Gerelateerde artikelen

SSH ip command

If you wish to obtain information about your server’s IP on a Linux machine using SSH you can use...

SSH rm command

If you wish to remove a file or folder from your Linux system you can use SSH rm command. In this...

SSH echo command

One of the most useful commands in a Linux environment is echo. With it, you can provide output...

SSH history command

If you wish to find what commands you have previously executed in a Linux environment you can use...

SSH cd command

SSH cd command is mainly used to navigate in your Linux environment. In this article, we’ll show...

Powered by WHMCompleteSolution