Linux Basics

18 / 107

Create Directory

You can create the directory using mkdir command in the following way:

mkdir <directoryname(s)>

Here (s) means that we can also create multiple directories at once by giving several names (separated by space) to the command.

INSTRUCTIONS
  • Use the console on the right-hand side. If the console is not visible then please click on the "Console" button on the right-hand side
  • Type cd ~ command to go to your home directory
  • Create a directory with the name xyz in your home directory.

Note - In case, you are stuck, please see this video: Demo - Create Directory - Video



Note - Having trouble with the assessment engine? Follow the steps listed here

Loading comments...