<![CDATA[Latest posts for the topic "Bỏ message "Run or Display" khi chạy *.htm file trong FC4 ?"]]> /hvaonline/posts/list/24.html JForum - http://www.jforum.net Bỏ message "Run or Display" khi chạy *.htm file trong FC4 ? /hvaonline/posts/list/9977.html#57323 /hvaonline/posts/list/9977.html#57323 GMT Re: Bỏ message "Run or Display" khi chạy *.htm file trong FC4 ? En RedHat 9.0 haces: start-here -> preferences -> file management -> behavior -> Run executable text files when they are clicked  
I'd suspect the commands you'd be after are: chmod -R -x *.htm and chmod -R -x *.html  
cd / sudo chmod -x `find . -name '*.htm'` sudo chmod -x `find . -name '*.html'`  
]]>
/hvaonline/posts/list/9977.html#57331 /hvaonline/posts/list/9977.html#57331 GMT