On Thu, Apr 6, 2023 at 9:53 PM Petr Pisar wrote:
>
> V Thu, Apr 06, 2023 at 09:25:50AM +, Mary-Anne Freckleton via GNU gzip
> discussion and bug reports. napsal(a):
> > I am trying to gzip some files; however, I keep getting the error message
>
> The message is:
>
> $ gzip FILE_NAME
> gzip: F
V Thu, Apr 06, 2023 at 09:25:50AM +, Mary-Anne Freckleton via GNU gzip
discussion and bug reports. napsal(a):
> I am trying to gzip some files; however, I keep getting the error message
The message is:
$ gzip FILE_NAME
gzip: FILE_NAME.gz: Operation not permitted
The cause it that you don't
I am getting the following error when I run gzip on a tart file.
is set-group-ID on execution - ignored
and the zip fails to create a zip file.
What might be causing that error.
Richard Keil