How to unmark 'allow executing file эксперт program' for all поля with the same расширение

Nemo asks я if I want to execute .txt or .r поля when I click to open it, I would have to unmark manually all .txt or .r поля to be able to open them directly with gedit or rstudio.

So my question is:

How to unmark 'allow executing file эксперт program' for all поля with the same расширение?

I am using Nemo on Lubuntu.

Thanks.

0
задан 14 November 2015 в 04:41

1 ответ

Решение следующее для .txt файлов, расширение может быть изменено; также 664 разрешения могут быть изменены на 660, чтобы запретить доступ к файлу другим:

find . -name  \*.txt -exec chmod 664 '{}' \;
1
ответ дан 30 September 2019 в 04:39

Другие вопросы по тегам:

Похожие вопросы: