how to uncompressing and untarring *.bz2 or *.tgz
If your tarball is compressed with bzip2, run$ tar xvjf linux-x.y.z.tar.bz2
If it is compressed with GNU zip, run
$ tar xvzf linux-x.y.z.tar.gz
posted on 2007-09-14 11:47 九寶 閱讀(199) 評論(0) 編輯 收藏 所屬分類: Linux