table of contents
- bookworm 4.18.1-1
- bookworm-backports 4.24.0-2~bpo12+1
- testing 4.24.0-2
- unstable 4.24.0-2
RM(1) | Käyttäjän sovellukset | RM(1) |
NIMI¶
rm - remove files or directories
YLEISKATSAUS¶
rm [VALITSIN]... [TIEDOSTO]...
KUVAUS¶
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.
VALITSIMET¶
Poista (irrota linkitys) TIEDOSTO(t).
- -f, --force
- älä huomioi puuttuvia tiedostoja, älä kysy mitään
- -i
- kysy ennen jokaista poistoa
- -I
- prompt once before removing more than three files, or when removing recursively; less intrusive than -i, while still giving protection against most mistakes
- --interactive[=MILLOIN]
- kehottaa sen mukaan, MILLOIN: ei koskaan, kerran (-I) tai aina (-i); ilman MILLOIN:a, kehota aina
- --one-file-system
- järjestelmä, kun poistat hierarkian rekursiivisesti, ohita hakemisto, joka on tiedostojärjestelmässä, joka ei ole vastaavan komentoriviargumentin argumentti
- --no-preserve-root
- älä kohtele juurta (”/”) erityisesti
- --preserve-root[=all]
- do not remove '/' (default); with 'all', reject any command line argument on a separate device from its parent
- -r, -R, --recursive
- poista hakemistojen sisältö rekursiivisesti
- -d, --dir
- remove empty directories
- -v, --verbose
- selitä mitä tapahtuu
- --help
- näytä tämä ohje ja poistu
- --version
- näytä versiotiedot ja poistu
Oletusarvon mukaan rm ei poista kansioita. Käytä --recursive (-r tai -R) -vaihtoehto poistaa myös kaikki luetellut kansiot ja kaikki sen sisältö.
Tiedoston, jonka nimi alkaa merkillä ”-”, esim. ”-foo”, voi poistaa seuraavilla komennoilla:
- rm -- -foo
- rm ./-foo
Huomaa, että rm:llä poistetun tiedoston sisältö on usein mahdollista palauttaa. Jos palauttaminen halutaan estää, on suositeltavaa käyttää shred(1)-komentoa.
TEKIJĶ
Kirjoittaneet Paul Rubin, David MacKenzie, Richard M. Stallman ja Jim Meyering.
VIRHEISTÄ ILMOITTAMINEN¶
GNU coreutils online help:
<https://www.gnu.org/software/coreutils/>
Ilmoita käännösvirheistä osoitteeseen
<https://translationproject.org/team/fi.html>
TEKIJÄNOIKEUDET¶
Copyright © 2022 Free Software Foundation, Inc. Lisenssi
GPLv3+: GNU GPL versio 3 tai myöhempi
<https://gnu.org/licenses/gpl.html>.
Tämä on vapaa ohjelmisto; sitä saa vapaasti muuttaa ja
levittää edelleen. Siinä määrin kuin laki
sallii, TAKUUTA EI OLE.
KATSO MYÖS¶
unlink(1), unlink(2), chattr(1), shred(1)
Koko dokumentaatio:
<https://www.gnu.org/software/coreutils/rm>
tai saatavilla paikallisesti: info '(coreutils) rm invocation'
KÄÄNNÖS¶
Tämän käsikirjan suomenkielisen käännöksen tekivät Ville Karjalainen <duet@sci.fi>
Tämä käännös on ilmainen dokumentaatio; katso tekijänoikeusehdot GNU General Public License -versiosta 3 tai uudemmasta. Emme ota vastuuta.
Syyskuuta 2022 | GNU coreutils 9.1 |