PRVS
PRVS

Reputation: 1690

chmod after reboot -> Permissions change

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

Answers (1)

MohitC
MohitC

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

Related Questions