CP(1) | Perintah Pengguna | CP(1) |
cp - copy files and directories
cp [PILIHAN]... [-T] SUMBER TUJUAN
cp [PILIHAN]... SUMBER... DIREKTORI
cp [PILIHAN]... -t DIREKTORI SUMBER...
Salin SUMBER ke TUJUAN, atau multiple SUMBER ke DIREKTORI.
Argumen wajib untuk pilihan panjang adalah wajib untuk pilihan pendek juga.
ATTR_LIST is a comma-separated list of attributes. Attributes are 'mode' for permissions (including any ACL and xattr permissions), 'ownership' for user and group, 'timestamps' for file timestamps, 'links' for hard links, 'context' for security context, 'xattr' for extended attributes, and 'all' for all attributes.
Secara baku, sparse berkas SUMBER terdeteksi oleh sebuah crude heuristic dan berkas TUJUAN yang berhubungan dibuat sparse juga. Itu adalah perilaku yang dipilih oleh --sparse=auto. Spesifikasikan --sparse=always untuk membuat sebuah sparse berkas TUJUAN ketika berkas SUMBER berisi sebuah urutan panjang dari nol bytes. Gunakan --sparse=never untuk mencegah pembuatan dari berkas sparse.
UPDATE controls which existing files in the destination are replaced. 'all' is the default operation when an --update option is not specified, and results in all existing files in the destination being replaced. 'none' is similar to the --no-clobber option, in that no files in the destination are replaced, but also skipped files do not induce a failure. 'older' is the default operation when --update is specified, and results in files being replaced if they're older than the corresponding source file.
When --reflink[=always] is specified, perform a lightweight copy, where the data blocks are copied only when modified. If this is not possible the copy fails, or if --reflink=auto is specified, fall back to a standard copy. Use --reflink=never to ensure a standard copy is performed.
Akhiran backup adalah `~', kecuali diset dengan --suffix atau SIMPLE_BACKUP_SUFFIX. Metode pengontrol versi mungkin dipilih melalui pilihan --backup atau melalui variabel lingkungan VERSION_CONTROL. Ini adalah nilainya:
eperti sebuah kasus spesial, cp membuat sebuah backup dari SOURCE ketika force dan backup pilihan diberikan dan SOURCE dan DEST memiliki nama sama untuk sebuah berkas regular yang telah ada.
Ditulis oleh Torbjorn Granlund, David MacKenzie, 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 © 2023 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.
install(1)
Dokumentasi lengkap
<https://www.gnu.org/software/coreutils/cp>
atau tersedia lokal melalui: info '(coreutils) cp 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.
November 2023 | GNU coreutils 9.4 |