6

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?

PRVS
  • 1,612
  • 4
  • 38
  • 75

1 Answers1

8

You can't make it permanent, but you can automate the chmod command at boot-time by putting it in /etc/rc.local.

MohitC
  • 4,541
  • 2
  • 34
  • 55