WAS 엔지니어

[Error] cp: omitting directory 본문

명령어 & 개념/Linux

[Error] cp: omitting directory

bluerainxx 2022. 10. 20. 10:30

[원인]

복사하려는 대상에서 copy 대상 디렉토리까지 포함되어서 나타난 에러

 

[해결]

복사대상 세분화 지정함

1
$ cp *.sh bak/
 

 

 

 

'명령어 & 개념 > Linux' 카테고리의 다른 글

설치된 rpm 확인  (0) 2022.11.28
ip 확인  (0) 2022.10.21
[Error] uses unchecked or unsafe operations  (0) 2022.10.18
[Linux] more / less  (0) 2022.10.11
[Linux] nmcli  (0) 2022.08.24
Comments