linux compress has GNU zip(gzip) and bzip2 forms。
bzip2 is first choice,because it is advanced than gzip。
if the compress is bzip2,we input:
$ tar xvjf linux-x.y.z.tar.bz2
if the compress is GNU's zip,we input:
$ tar xvzf linux-x.y.z.tar.gz
阅读(464) | 评论(0) | 转发(0) |