mkdir.exe
- File Path:
C:\Users\user\AppData\Local\GitHubDesktop\app-2.5.4\resources\app\git\usr\bin\mkdir.exe
Hashes
Type | Hash |
---|---|
MD5 | CC886C3E132602FFE4BB7C0C33E2B405 |
SHA1 | 20A9CF930BBD90D769F0DC10A53D9F2DA9A4AE63 |
SHA256 | 639966348B75621A57D8B971818F0D6F6535F29129D4EA3567211FCC413BE3D5 |
SHA384 | DD17A96CA710E0F5C2ABE0DD93C51ADE293CB8CCE3C773648164A786780C25C2A48B49C8F52707CE6EF3C8FC4EEBDFD7 |
SHA512 | 784D88667037882AA2CF8E6DA4754A4D0A56E310A961587756F7B4A2C4D90E97A021726150277B182F3E2185B19A7474283F6A2342D2B8497733A70B99B0E138 |
SSDEEP | 1536:ihlXduSrEwHD9utmaW6l8RR2zfzBW9F6bUfad:ihlcSrEw5iCRszg9F6Nd |
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.
Loaded Modules:
Path |
---|
C:\Users\user\AppData\Local\GitHubDesktop\app-2.5.4\resources\app\git\usr\bin\mkdir.exe |
C:\Windows\System32\KERNEL32.DLL |
C:\Windows\System32\KERNELBASE.dll |
C:\Windows\SYSTEM32\ntdll.dll |
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.