Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 519 Bytes

File metadata and controls

29 lines (21 loc) · 519 Bytes
title cp
description
published true
date 2025-07-11 02:40:12 UTC
tags
editor markdown
dateCreated 2025-07-11 02:40:09 UTC

cp فرمانی برای کپی کردن پرونده یا دایرکتوری است.

نمونه

• کپی فایل

cp ~/file1 /tmp

فایل file1 از خانهٔ کاربر به دایرکتوری tmp/ کپی می‌کند.

• کپی دایرکتوری

cp /opt ~

دایرکتوری opt/ را به خانهٔ کاربر کپی می‌کند.