file list를 tar로 묶는 방법은?
글쓴이: hanpedro / 작성시간: 화, 2007/11/06 - 8:14오후
test_file.list의 내용,
/etc/httpd.conf
/var/spool/cron/*
tar -cv -T "test_file.list" -f test.tar를 실행하니까,
/etc/httpd.conf : Cannot stat: 그런 파일이나 디렉토리가 없음
/var/spool/cron/* : Cannot stat: 그런 파일이나 디렉토리가 없음
라고 나옵니다. 위의 파일들은 있는 것들입니다.
su로 해도 같은 결과입니다.
test_file.list를 tar로 압축할 수 없을까요?
그리고 z 옵션을 넣고 싶습니다.
Forums:
댓글 달기