그간에 궁금했던거 정보
그간에 궁금했던거본문
그간에 궁금했던것입니다.^^
시간되시는 분 봐주시면 감사하겠습니다^^
http://sir.co.kr/qa/95398?s_tag=%EC%98%81%EC%B9%B4%ED%8A%B85
즐거운 시간되세요 ^^
추천
0
0
댓글 2개
검색하니 이런게 있네요.
the problem is the argument, f argument take the next as the filename, so it must be the last of argument
tar cvzf output.tgz folder
or
tar -cvzf output.tgz folder
http://superuser.com/questions/169195/tar-exiting-with-failure-status-due-to-previous-errors
the problem is the argument, f argument take the next as the filename, so it must be the last of argument
tar cvzf output.tgz folder
or
tar -cvzf output.tgz folder
http://superuser.com/questions/169195/tar-exiting-with-failure-status-due-to-previous-errors
저는 tar cvzfp 이런식으로 p 옵션까지 사용하는데요
이러지 말고 tar cvzpf 처럼 f 를 맨나중에 위치시키라는 것인가요?
아무튼 그 에러나도 압축한 파일은 사용할수 있씁니까?
이러지 말고 tar cvzpf 처럼 f 를 맨나중에 위치시키라는 것인가요?
아무튼 그 에러나도 압축한 파일은 사용할수 있씁니까?