table of contents
RM(1) | Felhasználói parancsok | RM(1) |
NÉV¶
rm - remove files or directories
ÖSSZEGZÉS¶
rm [KAPCSOLÓ]... [FÁJL]...
LEÍRÁS¶
This manual page documents the GNU version of rm. rm removes each specified file. By default, it does not remove directories.
If the -I or --interactive=once option is given, and there are more than three files or the -r, -R, or --recursive are given, then rm prompts the user for whether to proceed with the entire operation. If the response is not affirmative, the entire command is aborted.
Otherwise, if a file is unwritable, standard input is a terminal, and the -f or --force option is not given, or the -i or --interactive=always option is given, rm prompts the user for whether to remove the file. If the response is not affirmative, the file is skipped.
KAPCSOLÓK¶
A FÁJLOK eltávolítása (unlink).
- -f, --force
- nem létező fájlok és argumentumok kérdés nélküli figyelmen kívül hagyása
- -i
- kérdés minden eltávolítás előtt
- -I
- egyszer kérdez háromnál több fájl eltávolításakor vagy rekurzív törlés esetén. Nem olyan zavaró, mint a -i, de a legtöbb hiba ellen véd
- --interactive[=MIKOR]
- a MIKOR-nak megfelelően kérdez: never (soha), once (egyszer, mint a -I), vagy always (mindig, mint a -i). A MIKOR megadása nélkül mindig kérdez
- --one-file-system
- könyvtárszerkezet rekurzív törlésekor minden olyan könyvtár kihagyása, amely a megfelelő parancssori kapcsoló ban megadottól eltérő fájlrendszeren van
- --no-preserve-root
- ne kezelje a „/” könyvtárat különlegesen
- --preserve-root[=all]
- do not remove '/' (default); with 'all', reject any command line argument on a separate device from its parent
- -r, -R, --recursive
- könyvtárak és tartalmuk rekurzív törlése
- -d, --dir
- üres könyvtárak törlése
- -v, --verbose
- elmagyarázza, mi történik
- --help
- ezen súgó megjelenítése és kilépés
- --version
- verzióinformációk megjelenítése és kilépés
Alapértelmezésben az rm nem töröl könyvtárakat. A --recursive (-r vagy -R) használatával minden egyes felsorolt könyvtár és azok tartalma is törölhető.
Any attempt to remove a file whose last file name component is '.' or '..' is rejected with a diagnostic.
Ha „-” jellel kezdődik a törlendő fájl, például „-foo”, akkor használja a következő parancsok egyikét:
- rm -- -foo
- rm ./-foo
If you use rm to remove a file, it might be possible to recover some of its contents, given sufficient expertise and/or time. For greater assurance that the contents are unrecoverable, consider using shred(1).
SZERZŐ¶
Írta Paul Rubin, David MacKenzie, Richard M. Stallman és Jim Meyering.
HIBÁK JELENTÉSE¶
A(z) GNU coreutils online súgója:
<https://www.gnu.org/software/coreutils/>
Report any translation bugs to
<https://translationproject.org/team/>
SZERZŐI JOG¶
Copyright © 2024 Free Software Foundation, Inc. A licenc
GPLv3+: a GNU GPL 3. vagy újabb változata:
<https://gnu.org/licenses/gpl.html>.
Ez egy szabad szoftver, terjesztheti és/vagy
módosíthatja. NINCS GARANCIA, a törvény
által engedélyezett mértékig.
LÁSD MÉG¶
unlink(1), unlink(2), chattr(1), shred(1)
Teljes dokumentáció
<https://www.gnu.org/software/coreutils/rm>
vagy helyileg elérhető: info '(coreutils) rm invocation'
FORDÍTÁS¶
A kézikönyv magyar fordítását a Tarbaj Péter <tarby@freeside.elte.hu> készítette.
Ez a fordítás ingyenes dokumentáció; lásd a GNU General Public License 3. Vagy újabb verzióját a szerzői jogi feltételekkel kapcsolatban. Feltételezzük, hogy NEM FELELŐSSÉG.
Ha hibát talál a kézikönyv oldal fordításában, küldje el a e-mail cím: TODO..
2024. április | GNU coreutils 9.5 |