2
I have bunch of files with permissions -rwxrwxr-- www-data www-data
. In order to be able to edit them, I added my user to the www-data
group. Now when I edit and save file with Sublime Text 3, the ownership changes to my user/group. Gedit editor supplied with distro (Linux Mint 16) works fine.
How do I get Sublime Text to keep permissions intact?
There is a post with similar issues for ST2: http://stackoverflow.com/questions/11853429/how-to-stop-sublime-text-2-from-removing-the-read-execute-flag-upon-save
– Bruno9779 – 2014-05-09T14:28:46.870@Bruno9779: thanks, but the problem/solution in that question is related to Samba – user210672 – 2014-05-09T14:44:18.693