English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
Linux bzip2명령어는 .bz2파일의 압축 프로그램.
bzip2새로운 압축 알고리즘을 사용하여, 전통적인 LZ77/LZ78압축 알고리즘을 사용하여 좋습니다. 매개변수를 추가하지 않으면 bzip2파일을 압축한 후 .bz2의 압축 파일을 생성하고 원본 파일을 삭제합니다.
bzip2 [-cdfhkLstvVz][--repetitive-best][--repetitive-fast][- 압축 등급][압축할 파일]
파라미터:
압축.temp.bz2파일
[[email protected] ~]# bzip2 -v temp.bz2 //압축 파일 풀고 상세 처리 정보 표시
파일 압축
[[email protected] ~]# bzip2 -c a.c b.c c.c
파일 완전성 확인
[[email protected] ~]# bzip2 -t temp.bz2