안녕하세요 jay입니다.
오늘은 리눅스 명령어 cp에 대해 알아보도록 하겠습니다.
예제
오늘은 리눅스 명령어 cp에 대해 알아보도록 하겠습니다.
cp란? copy files or directory : 파일이나 디렉토리를 복사하는 것을 의미합니다.
사용법 : cp [option] source files target_files or directories
source files : 복사할 파일
target_files or directories : 복사될 files 혹은 directories
예제
example.py은 우리가 복사할 파일입니다. test라는 폴더를 mkdir를 통해 만들고, cp를 사용해서 test에 example.py를 복사를 했습니다.
옵션같은 경우 사용해보면서 차차 추가하도록 하겠습니다.
댓글
댓글 쓰기