Can not open read only file

I have a blank .sh file that I use. I don't want to edit it, just save it to another name.

I added the read only attribute.

chmod 044 blank.sh

But then I can not use geany to open the file.

A read only file should be chmod 444 blank.sh

1 Like

Thanks my friend. You solved a long standing problem. :slight_smile:

1 Like