Linux bzip2recover command
--
Linux TutorialLinux IntroductionLinux InstallationLinux Cloud ServerInstall Linux with WSLLinux System Boot ProcessLinux System Directory StructureSolution for Forgetting Linux PasswordLinux Remote LoginLinux File Basic AttributesLinux File and Directory ManagementLinux User and User Group ManagementLinux Disk ManagementLinux vi/vimlinux yum commandLinux apt command Shell TutorialShell VariablesShell Passing ArgumentsShell ArraysShell OperatorsShell echo commandShell printf commandShell test commandShell Process ControlShell FunctionsShell Input/Output RedirectionShell File Inclusion Linux Command ManualNginx Installation and ConfigurationMySQL Installation and ConfigurationLinux Quiz Nginx Installation and Configuration Script Software Computer Science Programming Language Programming Scripting Language Web Design and Development Web Service Development Tools Network Services The Linux bzip2recover command is used to repair damaged .bz2 files. bzip2 compresses files in blocks, and each block is treated as an independent unit. Therefore, when a certain block is damaged, bzip2recover can be used to try to separate the blocks in the file in order to decompress the normal blocks. This is usually only applicable when the compressed file is very large. Repair a .bz2 file AI is thinking... Nginx Installation and Configuration Write notes... Image URL Image description Share notes
Linux Tutorial
Shell Tutorial
Linux Reference Manual
Deep Exploration
Linux bzip2recover Command
Syntax
bzip2recover [.bz2 compressed file]
Examples
# bzip2recover col.bz2
Click to share notes
YouTip