avx said:I recently downloaded a file from another website to my server and the file is splitted into 3rar parts each 100mb and its password protected.
How can I extract these files via SSH.
I googled it but foundnothing useful
Then
Then#tar -xzvf rarlinux-3.6.b5.tar.gz
Then# cd rar
# make install
unrar x /full/path/to/file1.rar
that's supposed to not prompt for the password, but I'm not sure where that would be usefull.unrar x p- /full/path/to/file1.rar