반응형
# cp -rpV --preserve=context /mnt/disk1/www /mnt/disk2/www
웹소스를 다른 경로에 옮기기 위해서는 소유자(nginx:nginx), selinux context(httpd_sys_content_t) 속성도 포함시켜야 합니다.
옵션
-r : 원본위치 하위폴더를 포함해서 복사
-V : verbose
-p : 원본파일 모드,소유자,시간정보를 포함해서 복사(mode, ownership,timestamps)
--preserve[=ATTR_LIST] : context, link 옵션
https://linuxconfig.org/copy-a-file-while-preserving-selinux-context-on-linux
https://webdir.tistory.com/139
'Linux > 기본명령어&팁' 카테고리의 다른 글
cron 2주, 특정요일에 한번씩 실행하는 방법 (0) | 2020.02.16 |
---|---|
smartctl (디스크 정보 및 검사) (0) | 2020.02.09 |
watch 를 이용한 실시간 모니터링 (0) | 2019.04.16 |
crontab 명령어 (0) | 2019.01.17 |
find 사용법 (0) | 2017.03.20 |