Decompress the rarfile in linux
Linux platform by default does not support rarfile decompression, you need to install linux version of RAR compression software, for: http://www.rarlab.com/download.htm
After downloading and decompressing the package, go to the rar directory and run the make command for installation:
[Root @ localhost rar] # lsacknow.txt license.txt order.htm rarfiles. lst rar.txt unrardefault. sfx makefile rar rar_static readme.txt whatsnew.txt [root @ localhost rar] # makemkdir-p/usr/local/binmkdir-p/usr/local/libcp rar unrar/usr/local/bincp rarfiles. lst/etccp default. sfx/usr/local/lib
Then run rar to verify whether the installation is successful.
Rar e aa.rar decompress the aa.rar compressed file to the current directory, which contains no directories. Rar x aa.rar decompress the aa.rar compressed file to the aa directory, and maintain the directory structure of the aa file before compression.
If the compressed file contains a password, the system prompts you to enter the password after executing the unzip command.