Unrar archive with folders in Debian?

I have a task: I have a Windows rar archive (folders, files in it, etc.) that were copied via FTP to a Linux server. I want to split this archive in order to preserve the file structure in the same way as in Windows - with a folder.

rar  my_archivive

works, but I have a list of files without folders.

How to do it?

Thank.

+5
source share
1 answer

man unrar He speaks

x      Extract files with full path.
+20
source

All Articles