Issue
I'm working on Ubuntu 14.04 and I make chmod +x to a file, but, when I reboot the computer, the permissions change. How can I make to put chmod permanent?
id='dv3'>
Solution
You can't make it permanent, but you can automate the chmod command at boot-time by putting it in /etc/rc.local.
Answered By - MohitC Answer Checked By - Willingham (WPSolving Volunteer)