Closed akimbler closed 6 years ago
It appears that running the singularity images with just image_name image_params only works if you have execute permissions on the o group but running it as singularity run image_name image_params works regardless of that o permission.
image_name image_params
singularity run image_name image_params
It appears that running the singularity images with just
image_name image_params
only works if you have execute permissions on the o group but running it assingularity run image_name image_params
works regardless of that o permission.