Ownership and file permissions on MAJA

Hello all,

I’ve successfully updated the Sen2agri version two together with MAJA (it replaced MACCS).
I’ve realized that ls -ls command in /opt/ (where I installed maja) directory is this:

I’m just wondering if the maja folder should be owned by root? Or it must have similar owner:group credentials with maccs? Will this affect my MAJA processing?

Regards.

Hello,

Normally no, changing the ownership should not influence the execution, only read permissions must recursively exist for /opt/maja (chmod -R a+rx $l1c_processor_path) as the MAJA installer is giving by default read and execute rights only for root (as can be seen also in your image).
In the installer script we are performing this but I assume you installed MAJA manually.

Best regards,
Cosmin

1 Like