Comparison of bzip and pbzip2 compression tools
Linux: Debian8.5
Pbzip2 installation:apt-get install pbzip2
For details about pbzip2, see File compression tool pbzip2 installation and usage.Bzip2 (single-thread compression tool)
# Compressing a
1. Command: gzip (zip file)Zip file suffix. gzPs:gzip test.txt Result: Generate file test.txt.gz, original file test.txt disappear.Note: Only files can be compressed, the directory cannot be compressed, the original files are not preserved after
The tar command in Linux
The TAR (tape archive) command is a command that is often used in Linux systems to deposit files into an archive file.
The common file extensions include:. tar.gz and. tar.bz2, respectively, to express the further
Linux system (I) file system, compression, packaging operation summary, linux PackagingPreface
The current situation is that. Net is already open-source, and. Net Core is cross-platform. It can be seen that Microsoft is working hard, changing,
Getting started with shell programmingI. Shell CustomizationShell is the interface between the user and the Linux operating system. Linux has multiple shells. Bash is used by default.As the operating system shell, the Linux system shell provides
14.3. File compression and archiving
Sometimes we need to store a set of files in a single file for backup or transfer to another directory or even another computer. Sometimes we also need to compress files into one file, so they use only a small
Linux file management-compression and decompression command: tar format: tar option file directory list function: Package and back up the file directory www.2cto.com option: -c create a new archive file-r append a file to the end of the archive file-
The compressed format of files in Linux is *.gz/*.bz2/*.xz/*.zip/*. Z, respectively, by Gzip, bZIP, XZ, zip, compress command compression obtained by gunzip/gzip-d, bunzip/bzip-d, xzdec/xz-d, unzip, uncompress decompression. *. Z or *.GZ/*.BZ2/*.XZ
1. File objectsThe file object can be used not only to access normal disk files, but also to access "files" on any other type of abstraction level. Once the appropriate "hooks" are set, you can access other objects that have the file type interface
Linux File Management
Content outline:# Basic concepts of file system and Shell# File and directory operation commands# VI usage# Manage software packagesI. Basic concepts of file system and Shell1. File System DescriptionA file system is a system
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.