How to Make a DIR in Linux

Linux distributions, like the Unix framework that they are built on, encourage usage of the command line in Terminal. Linux is the preference for many computer programmers because of the control granted through the command line. While Linux distributions now have attractive graphical user interfaces (GUIs), creating a directory (DIR) is best performed through the Terminal. If you use the Terminal, the process is universal throughout all Linux distributions, whereas creating a directory in the GUI may differ for each.

Instructions

    • 1

      Open "Terminal" from your system menu.

    • 2

      Change directory using the "cd" command. For example, if you are in the root (/) and you want to change to "/usr/bob" then you would type "cd usr/bob" and press "Enter."

    • 3

      Make your directory using the "mkdir" command. For example, to create a "music" folder, you would type "mkdir music" and press "Enter."

Related Searches:

References

Comments

You May Also Like

Related Ads

Featured