OScp
에서~/Pictures/
~/Dropbox/Pictures/
sudo
# Apple won't let you put this folder in iCloud Drive, hello Dropbox!
$ cp -rp Pictures/* ~/Dropbox/Pictures/
cp: Pictures/Photos Library.photoslibrary: unable to copy extended attributes to
/Users/rjurney/Dropbox/Pictures/Photos Library.photoslibrary: Operation not permitted
cp: Pictures/Photos Library.photoslibrary: Operation not permitted
이와 같은 권한 오류가 발생하면 나머지 cp
작업이 성공할 것으로 기대할 수 있습니까? 나생각하다동작은 *nix/bash 환경에서도 동일하므로 Mac 포럼이 아닌 여기에 질문합니다.
참고: cp
문제의 명령은 다음과 같이 설명됩니다 info cp
.
CP(1) BSD General Commands Manual CP(1)
...
STANDARDS
The cp command is expected to be IEEE Std 1003.2 (``POSIX.2'') compatible.
HISTORY
A cp command appeared in Version 1 AT&T UNIX.
BSD February 23, 2005 BSD
복사하는 이유는 다음과 같습니다.iCloud를 백업할 수 없습니다~/Pictures/
답변1
사용시 cp
이동하고 싶은 일부 파일을 소유하고 있는 경우(소유자 또는 그룹 소유자)예해당 파일은 복사됩니다. 그렇지 않으면 권한이 있는 파일이 복사되면 권한이 없는 나머지 파일에서 오류가 발생합니다.