RM(1) | Perintah Pengguna | RM(1) |
rm - remove files or directories
rm [PILIHAN]... [BERKAS]...
Dokumentasi manual page ini adalah versi GNU rm. rm menghapus suatu file. Defaultnya, tidak menghapus direktori.
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.
Remove (unlink) the FILE(s).
Secara default, rm tidak menghapus direktori. Gunakan --recursive (-r atau -R) untuk menghapus direktori, juga, sesuai dengan seluruh isinya.
Untuk menghapus sebuah berkas yang namanya dimulai dengan sebuah `-', sebagai contoh `-foo', gunakan salah satu dari perintah berikut:
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).
Ditulis oleh Paul Rubin, David MacKenzie, Richard M. Stallman dan Jim Meyering.
Bantuan daring GNU coreutils:
<https://www.gnu.org/software/coreutils/>
Lapor bug penerjemahan ke
<https://translationproject.org/team/id.html>
Hak Cipta © 2022 Free Software Foundation, Inc. License
GPLv3+: GNU GPL versi 3 atau selanjutnya
<https://gnu.org/licenses/gpl.html>.
Ini adalah perangkat lunak bebas: Anda bebas untuk mengubah dan
mendistribusikannya. TIDAK ADA JAMINAN, sampai batas yang diperbolehkan oleh
hukum.
unlink(1), unlink(2), chattr(1), shred(1)
Dokumentasi lengkap
<https://www.gnu.org/software/coreutils/rm>
atau tersedia lokal melalui: info '(coreutils) rm invocation'
Terjemahan bahasa Indonesia dari halaman manual ini dibuat oleh Rizqy Syarief <rizqy@rad.net.id>
Terjemahan ini adalah Dokumentasi Gratis; baca GNU General Public License Versi 3 atau yang lebih baru untuk Persyaratan hak cipta. Kami berasumsi TIDAK BERTANGGUNG JAWAB.
Jika Anda menemukan kesalahan dalam terjemahan halaman manual ini, silakan kirim email ke TODO.
September 2022 | GNU coreutils 9.1 |