O nás     Inzerce     KontaktSpolehlivé informace o IT již od roku 2011
Hledat
Nepřehlédněte: Usnadní vám práci: Pozoruhodné IT produkty pro rok 2024
Správa dokumentů
Digitální transformace
Informační systémy
Hlavní rubriky: Informační systémy, Mobilní technologie, Datová centra, Sítě, IT bezpečnost, Software, Hardware, Zkušenosti a názory, Speciály

Pozoruhodné IT produkty 2024
E-knihy o IT zdarma
Manuál Linux
[Linux manuál]

mkdir: vytvořit adresáře

Originální popis anglicky: mkdir - make directories

Návod, kniha: General Commands Manual

STRUČNĚ

mkdir [options] directory...
 
POSIX options: [-p] [-m mode] [--]
 
GNU options (shortest form): [-p] [-m mode] [--verbose] [--help] [--version] [--]

POPIS / INSTRUKCE

mkdir creates directories with the specified names.
By default, the mode of created directories is 0777 (`a+rwx') minus the bits set in the umask.

OPTIONS

-m mode, --mode=mode
Set the mode of created directories to mode, which may be symbolic as in chmod(1) and then uses the default mode as the point of departure.
-p, --parents
Make any missing parent directories for each directory argument. The mode for parent directories is set to the umask modified by `u+wx'. Ignore arguments corresponding to existing directories. (Thus, if a directory /a exists, then `mkdir /a' is an error, but `mkdir -p /a' is not.)
--verbose
Print a message for each created directory. This is most useful with --parents.
--
Terminate option list.

GNU STANDARD OPTIONS

--help
Print a usage message on standard output and exit successfully.
--version
Print version information on standard output, then exit successfully.
--
Terminate option list.

ENVIRONMENT

The variables LANG, LC_ALL, LC_CTYPE and LC_MESSAGES have the usual meaning.

ODPOVÍDAJÍCÍ

POSIX 1003.2

NOTES

This page describes mkdir as found in the fileutils-4.0 package; other versions may differ slightly.
1998-11 GNU fileutils 4.0
©2011-2024 BusinessIT.cz, ISSN 1805-0522 | Názvy použité v textech mohou být ochrannými známkami příslušných vlastníků.
Provozovatel: Bispiral, s.r.o., kontakt: BusinessIT(at)Bispiral.com | Inzerce: Best Online Media, s.r.o., zuzana@online-media.cz
O vydavateli | Pravidla webu BusinessIT.cz a ochrana soukromí | Používáme účetní program Money S3 | pg(9383)