[shell] 파일시스템 전체나 디렉토리 하위 전체 복사

파일 시스템 전체나 디렉토리 트리 구조를 동일하게 복사하기

위해서는 다음의 명령어를 쓴다.

# mkdir /home/bc/destination

# cd /targetdir

# find . -depth -print | cpio -pmdvl home/bc/destination

이러면 /targetdir의 모든 것이 /home/bc/destination으로 복사된다.

서진우

슈퍼컴퓨팅 전문 기업 클루닉스/ 상무(기술이사)/ 정보시스템감리사/ 시스존 블로그 운영자

You may also like...

페이스북/트위트/구글 계정으로 댓글 가능합니다.