압축되는 화일명이 앞에 오는데여.
tar --help
: [root@localhost abc]# tar cvfpz public_html/* public.tar
: tar (child): public_html/down_up: Cannot open: Is a directory
: tar (child): Error is not recoverable: exiting now
: public_html/README.rus
: public_html/area.html
: public_html/htdocs.tar
: public_html/index.html
: public_html/index.html.se
: public_html/index.html.tw.Big5
: public_html/project/
: Broken pipe
: [root@localhost abc]#
:
:
:
:
: : : public_html 밑에 있는 파일들 모두 묶을려고 하는데...
: : : 어떻게 하는건지 모르겠어요 ㅜㅜ
: : :
: : : 예)
: : :
: : : [abc@localhost abc]$ tar cvfz public_html/* public.tar
: : : public_html/area.html
: : : public_html/abc.gif
: : : tar (child): public_html/up_down: Cannot openpublic_html/abc.gif
: : : public_html/index.html
: : : public_html/index_old.html
: : : public_html/info.php
: : : public_html/left_menu.html
: : : : 디렉토리입니다
: : : tar (child): Error is not recoverable: exiting now
: : : public_html/man-1.5g-6.src.rpm
: : : Broken pipe
: : : [abc@localhost abc]$ ls
: : :
: : : 위에처럼 디렉토리라고 하면서...tar로 안묶여요 ㅜㅜ
: : :
: : : --
: :
: : cvfpz 옵션으로 해보세요
: : 근데 파일먼저 오는것이 아닌가요.. 가물가물
: : : .
: :
: : --
: : 서명
:
: --
: .--이 곳에 서명을 적어주십시오.
안녕^^;