Sunday, 28 June 2015

How to create a directory or folder

Make directory in windows

Windows Desktop

    Get to the Windows Desktop.
    Right-click with your mouse on any blank portion of the Desktop.
    In the menu that appears (like that shown in the picture to the right), click New and then Folder.
    A new folder will appear. Type the name of the folder you want to use and then press Enter.

Windows command line

To create a directory in MS-DOS or the Windows command line, use the md or mkdir MS-DOS command. For example, below we are creating a new directory called hope in the current directory.

   mkdir Example

Make directory in Linux and Unix variant users

To create a directory in Linux, Unix, or any variant, use the mkdir Linux and Unix command. For example, below we are creating a new directory called hope in the current directory.

  mkdir Example

No comments:

Post a Comment