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]

rmdir: odstranit prázdné adresáře

Originální popis anglicky: rmdir - remove empty directories

Návod, kniha: General Commands Manual

STRUČNĚ

rmdir [options] directory...
 
POSIX options: [-p] [--]
 
GNU options (shortest form): [-p] [--ignore-fail-on-non-empty] [--help] [--version] [--]

POPIS / INSTRUKCE

rmdir removes empty directories.
If any directory argument does not refer to an existing empty directory, it is an error.

POSIX OPTIONS

-p
If directory includes more than one pathname component, remove it, then strip the last component and remove the resulting directory, etc., until all components have been removed. Thus, `rmdir -p a/b/c' is equivalent to `rmdir a/b/c; rmdir a/b; rmdir a'.
--
Terminate option list.

GNU OPTIONS

--ignore-fail-on-non-empty
Normally rmdir will refuse to remove a directory that is not empty. This option causes rmdir to ignore the failure to remove a directory, if that failure is due to the directory being non-empty. (New in fileutils-4.0.)
-p, --parents
As above.

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

EXAMPLE OF USE

The command ` rmdir foo' will remove the directory foo if it is empty. To remove a nonempty directory, together with everything below, use ` rm -r foo'.

NOTES

This page describes rmdir 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(8088)