bash cp 전체 속성 목록

bash cp 전체 속성 목록

"bash"를 사용하여 "cp" 명령에서 "--preserve" 또는 "--no-preserve"에 넣을 수 있는 전체 속성 목록을 어디서 얻을 수 있는지 모르겠습니다. 내가 찾은 유일한 것은 다음과 같습니다.

--preserve[=ATTR_LIST]
              preserve the specified attributes (default:
              mode,ownership,timestamps), if possible additional
              attributes: context, links, xattr, all

인터넷에서 더 많은 조사를 해봤지만 아직 찾지 못했습니다. 나에게 제공해 주실 수 있나요? 감사해요.

답변1

GNU coreutils 버전을 참조한다고 가정하면 cp이러한 --preserve옵션은 다음과 같습니다.cp정보 브로셔. 제공된 목록 은 cp --help완전합니다: mode, ownership, timestamps, context, 및 메타 옵션 .linksxattrall

관련 정보