RM(1) | Felhasználói parancsok | RM(1) |
rm - remove files or directories
rm [KAPCSOLÓ]... [FÁJL]...
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.
A FÁJLOK eltávolítása (unlink).
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ő.
Ha „-” jellel kezdődik a törlendő fájl, például „-foo”, akkor használja a következő parancsok egyikét:
Note that 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 truly unrecoverable, consider using shred(1).
Írta Paul Rubin, David MacKenzie, Richard M. Stallman és Jim Meyering.
A(z) GNU coreutils online súgója:
<https://www.gnu.org/software/coreutils/>
Report any translation bugs to
<https://translationproject.org/team/>
Copyright © 2022 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.
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'
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..
2022 szeptember | GNU coreutils 9.1 |