Provided by: manpages-fi_4.27.0-1_all bug

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ö.

       Any attempt to remove a file whose last  file  name  component  is  '.'  or  '..'   is  rejected  with  a
       diagnostic.

       Tiedoston, jonka nimi alkaa merkillä ”-”, esim. ”-foo”, voi poistaa seuraavilla komennoilla:

              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).

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>

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'

       Packaged by Debian (9.7-2)
       Copyright © 2025 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.

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.

GNU coreutils 9.7                                Huhtikuuta 2025                                           RM(1)