opening text file
Tofloor
poster avatar
olu
deepin
2017-04-15 19:28
Author
Each time I open a text file, I am prompted with "do you want to run or display its content". Can you just get rid of this, and have the text file open with text editor?

Reply Favorite View the author
All Replies
nipos
deepin
2017-04-16 01:07
#1
Check the rights of the file.
Probably it has 777 and can be executed.
Run chmod 555 yourfile.txt to change this.
Then the file won't be executable anymore and you can open it in your text editor without that prompt.
Reply View the author