I am using Linux Mint 19.1 Cinnamon and have a disc partition for files formatted in Ext 4. I want to compress some of the files and folders to a single file, to share with 2 other people who share my research interest, whom I know use Windows and Mac. The aim is for them to un-compress at their end, add information, re-compress and share back.
All my attempts so far have ended up with a zip file which is read only, and a folder that they cannot re-compress at their end, as they do not have user permissions.
As this did not seem to be a problem on my previous laptop running Linux Mint 18.2 MATE with the partition formatted to Ext 3, using standard Linux compression software. I have created a test Ext 3 partition to mount at start up with read/write access for all users (umask=0777
). However, Nemo's Compress action (right click) still creates a read only zip (or iso) file.
Is my system set up with too stringent file permissions, as this seems too complicated in terms of sharing information? Alternatively, 'ownership' may be the issue and 'anyone' could modify the files and folders if I could make ownership 'universal'? These are not system files, just information. Any advice on how I could simplify things and be able to easily share information in this way would be much appreciated.
compress
creates.Z
files. What are the Windows and Mac users using to uncompress .Z files? – muru Jun 26 '19 at 08:14compress
command? Better clarify that in the question, it looked like you were using that. – muru Jun 26 '19 at 13:51zip
command directly? The way the GUI does things can be a bit .. opaque, and harder to debug. – muru Jun 26 '19 at 14:28