Reputation: 1690
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?
Upvotes: 6
Views: 9962
Reputation: 4821
You can't make it permanent, but you can automate the chmod command at boot-time by putting it in /etc/rc.local.
Upvotes: 9