mkdir.exe
- File Path:
C:\Users\user\AppData\Local\GitHubDesktop\app-2.5.3\resources\app\git\usr\bin\mkdir.exe
Hashes
Type | Hash |
---|---|
MD5 | 68CD2C20261D78AEC592C52B58C22E3A |
SHA1 | 85305A7D63EEE9C5FF8979E521824E1C77869345 |
SHA256 | 461E84EDC05FE55F0868B1D79A23F94C475F184457918DEE802791CBC92DE07D |
SHA384 | 86E2685B5A615DE8B64FF1FFC0ABD9E781DBA9BC78B504967ACC01205DE06F9C7FB5B36197ADC820080F6B76C65395BD |
SHA512 | 1381F2947EE045CED797A56CA539C985EF1271819A846FAC4DEFA796FCE8A04E9F0AF4D0EB0E0492D2EF94F38E881A6542CA1F9F8EA78A41E44C560938E1146B |
SSDEEP | 1536:JeC6sTms4zW2O37j97XE/JVzUTKwnEQiHIU2JbppKUmexFfXxkuyQxEWuF9YMUf:JeCDT5R2O37J7mjHIpbppKUmexFZkuy1 |
Runtime Data
Usage (stdout):
Usage: /usr/bin/mkdir [OPTION]... DIRECTORY...
Create the DIRECTORY(ies), if they do not already exist.
Mandatory arguments to long options are mandatory for short options too.
-m, --mode=MODE set file mode (as in chmod), not a=rwx - umask
-p, --parents no error if existing, make parent directories as needed
-v, --verbose print a message for each created directory
-Z set SELinux security context of each created directory
to the default type
--context[=CTX] like -Z, or if CTX is specified then set the SELinux
or SMACK security context to CTX
--help display this help and exit
--version output version information and exit
GNU coreutils online help: <https://www.gnu.org/software/coreutils/>
Report any translation bugs to <https://translationproject.org/team/>
Full documentation <https://www.gnu.org/software/coreutils/mkdir>
or available locally via: info '(coreutils) mkdir invocation'
Usage (stderr):
mkdir: unknown option -- h
Try '/usr/bin/mkdir --help' for more information.
Signature
- Status: Signature verified.
- Serial:
045D8F14A82147641722D4FAFC66BC80
- Thumbprint:
FB713A60A7FA79DFC03CB301CA05D4E8C1BDD431
- Issuer: CN=DigiCert SHA2 Assured ID Code Signing CA, OU=www.digicert.com, O=DigiCert Inc, C=US
- Subject: CN=”GitHub, Inc.”, O=”GitHub, Inc.”, L=San Francisco, S=California, C=US
File Metadata
- Original Filename:
- Product Name:
- Company Name:
- File Version:
- Product Version:
- Language:
- Legal Copyright:
Possible Misuse
The following table contains possible examples of mkdir.exe
being misused. While mkdir.exe
is not inherently malicious, its legitimate functionality can be abused for malicious purposes.
Additional Info*
*The information below is copied from MicrosoftDocs, which is maintained by Microsoft. Available under CC BY 4.0 license.
mkdir
Creates a directory or subdirectory. Command extensions, which are enabled by default, allow you to use a single mkdir command to create intermediate directories in a specified path.
[!NOTE] This command is the same as the md command.
Syntax
mkdir [<drive>:]<path>
Parameters
Parameter | Description |
---|---|
<drive> : |
Specifies the drive on which you want to create the new directory. |
<path> |
Specifies the name and location of the new directory. The maximum length of any single path is determined by the file system. This is a required parameter. |
/? | Displays help at the command prompt. |
Examples
To create a directory named Directory1 within the current directory, type:
mkdir Directory1
To create the directory tree Taxes\Property\Current within the root directory, with command extensions enabled, type:
mkdir \Taxes\Property\Current
To create the directory tree Taxes\Property\Current within the root directory as in the previous example, but with command extensions disabled, type the following sequence of commands:
mkdir \Taxes
mkdir \Taxes\Property
mkdir \Taxes\Property\Current
Additional References
MIT License. Copyright (c) 2020-2021 Strontic.