[shell] 파일시스템 전체나 디렉토리 하위 전체 복사
파일 시스템 전체나 디렉토리 트리 구조를 동일하게 복사하기
위해서는 다음의 명령어를 쓴다.
# mkdir /home/bc/destination
# cd /targetdir
# find . -depth -print | cpio -pmdvl home/bc/destination
이러면 /targetdir의 모든 것이 /home/bc/destination으로 복사된다.
by 서진우 ·
파일 시스템 전체나 디렉토리 트리 구조를 동일하게 복사하기
위해서는 다음의 명령어를 쓴다.
# mkdir /home/bc/destination
# cd /targetdir
# find . -depth -print | cpio -pmdvl home/bc/destination
이러면 /targetdir의 모든 것이 /home/bc/destination으로 복사된다.
서진우
슈퍼컴퓨팅 전문 기업 클루닉스/ 상무(기술이사)/ 정보시스템감리사/ 시스존 블로그 운영자
by 서진우 · Published 2007년 10월 23일
by 서진우 · Published 2004년 2월 4일
by 서진우 · Published 2004년 10월 25일
고성능연산_HPC / 기계공학 / 컨설팅 / 통합시스템_CAE
HPC 환경을 위한 최신 CPU 아키텍처 비교 분석 보고서 (CFD/CAE 소프트웨어 성능 중심)
2025년 8월 27일
월 | 화 | 수 | 목 | 금 | 토 | 일 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |