Use the mkdir command to create directories and subdirectories under Linuxnow that we've listed the entries in the directory with the LS command, we're going to learn how to create a directory under a Linux system. Under Linux, we can use the mkdir
This article describes the use of the mkdir command to create directories and subdirectories under Linux, and now we want to learn to create directories under Linux systems. Under Linux, we can use the mkdir command. Mkdir is the abbreviation for
What is mkdir?Mkdir is a command to create a directory under a Linux system. This command is part of the built-in command.Run the mkdir commandYou can use it by typing mkdir directly in your console.
$ mkdir
By default, running the
One linux command every day (4): mkdir command link: One linux command every day (1): ls command http://www.2cto.com/ OS /201210/163049.html#linuxlinuxcommand every day (2): cd command complete.
One linux command every day (4): mkdir command link:
mkdir commands that we use a lot more when we operate Linux operations and Web deployments, primarily to create a directory folder that you specify. For example, Chiang Kai-shek in the previous blog article mentioned in the download data hard disk,
Linux Command: mkdir command learning and use, linuxmkdir
The linux mkdir command is used to create a directory with the specified name. The user who creates the directory must have the write permission in the current directory, and the specified
This article link: http://www.cnblogs.com/MartinChentf/p/6076075.html (reproduced please specify the source)In a Linux system, the mkdir command is used to create a directory or a cascading directory.1. Command formatmkdir [Options] Directory name2.
The Linux mkdir command is used to create a directory of the specified name, requiring the user who created the directory to have write permissions in the current directory, and the specified directory name cannot be a directory that is already in
The Linux mkdir command is used to create a directory of the specified name, requiring the user who created the directory to have write permissions in the current directory, and the specified directory name cannot be a directory that is already in
mkdir command details and how to use the actual combatNameMKDIR is the abbreviation for make directoriesHow to usemkdir [option (e.g.-P)] ... Directory name (and subdirectory note separated by delimiter) ... Use the-P command to create a
7.6 "Linux learning is not difficult" file/directory Management (6): mkdir command to create a directoryUse the mkdir command to create a directory on a Linux system.Command syntax:mkdir [Options] [contents]The meanings of the options in the command
The Linux mkdir command is used to create a directory of the specified name, requiring the user who created the directory to have write permissions in the current directory, and the specified directory name cannot be a directory that is already in
The linux mkdir command is used to creates the specified Name of directory, requires the user who created the directory to have write permissions in the current directory, and the specified directory name cannot be a directory that is already in the
Transferred from: http://www.cnblogs.com/peida/archive/2012/10/25/2738271.htmlThe Linux mkdir command is used to create a directory of the specified name, requiring the user who created the directory to have write permissions in the current
The Linux mkdir command is used to create a directory of the specified name, requiring the user who created the directory to have write permissions in the current directory, and the specified directory name cannot be a directory that is already in
UseThe mkdir command is primarily used to create a directoryFull NameThe full name of the mkdir is: Make DirectoryParameters-M: Configuration file permissions-P: help you to directly set up the desired directory recursivelyCaseGo to
Mkdir command, mkdir
Mkdir -- create a new directory
Make directories
Command path:/bin/mkdir
Example 1:
# Mkdir/tmp/japan
Create a an subdirectory under the/tmp directory
Example 2:
# Mkdir-p/tmp/tumblr/xiaoshiping
-P is used for
The Linux mkdir command is used to create a directory of the specified name, requiring the user who created the directory to have write permissions in the current directory, and the specified directory name cannot be a directory that is already in
The content originates from the people's post and Telecommunications press "Linux command Application big dictionary"tell 729 commands, 1935 examplesLearn about the Linux system's reference books, desk book, encountered the command or command not
Copyright Notice Update:2017-05-09Bo Master: LuckyalanContact: [Email protected]Statement: Draft not forget to dig well man, reproduced please indicate the source!1 Article IntroductionThis article describes the Linux command mkdir.2 Development
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.