In Linux we already have a very sophisticated graphical interface. However, in many cases, the use of command-control systems is very practical. For example, when the graphical interface fails to enter, and the server requires software to conserve resources, http://www.aliyun.com/zixun/aggregation/13879.html "> The system administrator usually uses the command to complete the work."
In a Linux system, building a directory is a common task, as is the case with other systems. Now friends can come to understand the use of the mkdir command to build a directory in Linux.
Please open the terminal friends, my current location is/root directory. If we want to create a directory named my in the/root directory, you can enter a command in the terminal: mkdir my.
If we enter the above command again, we are trying to create a directory with the same name in the same directory. See what happens?
Oh! Very well, the terminal gave us a clear hint: "mkdir: Unable to create directory ' my ': file already exists." Please note that because the "Red Flag 5.0" culture is very good, so we see the Chinese hint. Although the "Red Flag 5.0" terminal is not all commands have Chinese hints, but after all, part of the Chinese also gave a large number of users quite convenient.
We now open the/root directory to see if there is a more directory named My.