How to use the commonly used Linux command mkdir
Apr 11, 2024 pm 03:18 PMCreate a directory. Syntax: mkdir [options] Directory name. Options: -p: There is no upper-level directory automatically created; -m: Set directory permissions; -v: Output detailed information. Example: Create a directory named "newdir": mkdir newdir. Set permissions to "755": mkdir -m 755 newdir. Create in the non-existing parent directory "mydir": mkdir -p mydir/newdir.
Linux common commands: mkdir
Purpose: Create directory
Syntax:
<code>mkdir [选项] 目录名</code>
Options:
- ##-p: Automatically if the parent directory does not exist Create
- -m: Set directory permissions
- -v: Output details
Example :
Create a directory named "newdir":<code>mkdir newdir</code>
<code>mkdir -m 755 newdir</code>
<code>mkdir -p mydir/newdir</code>
Note:
- The mkdir command only creates the directory, not the directory. document.
- The directory name must be a valid Linux file name.
- If the directory already exists, the mkdir command will display an error message.
- Permission settings are controlled by the umask value and can be viewed through the "umask" command.
The above is the detailed content of How to use the commonly used Linux command mkdir. For more information, please follow other related articles on the PHP Chinese website!

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

deepseek web version entrance deepseek official website entrance

Android TV Box gets unofficial Ubuntu 24.04 upgrade

BitPie Bitpie wallet app download address

BITGet official website installation (2025 beginner's guide)

Zabbix 3.4 Source code compilation installation

Detailed explanation: Shell script variable judgment parameter command

Ouyi okx installation package is directly included
