본문 바로가기

Error

[Linux] omitting directory

728x90

omitting directory

  • $ cp test1 test1_copy시 오류 발생

    image

해결 방법

  • $ cp -r test1 test1_copy

    image
  • $ cp --help로 -r 의미 검색

    image
  • -r --recursive copy directories recursively
    • 하위 디렉토리와 파일 모두 recursive로 복사

'Error' 카테고리의 다른 글

[Git] Directory에 접근이 안될 때  (0) 2021.09.21
[Unity] 함수 호출을 늦춰주는 Invoke  (0) 2021.08.31
[Windows] cmd에서 clear ls 사용법  (0) 2021.08.30
Tistory markdown 글자 깨짐  (0) 2021.08.17
[unity] NullReferenceError  (0) 2021.08.01