I made the new user called "rails"
Then owner and group of all the directories and files are set to "rails"
I do have the appliation in /var/www/html/app
So I should do $ cd /var/www/html/app
and execute this?
find . -type d | xargs chmod 0755 and find . -type f | xargs chmod 0644
Is it going to set up permission for everything, and it'll be all fine?
copy': No such file or directory chmod: cannot access
./sample/app/assets/stylesheets/boostrap.css': No such file or directory chmod: cannot accesscopy.erb': No such file or directory chmod: cannot access
./sample/app/views/communities/_topic.html': No such file or directory chmod: cannot access `copy.erb': No such file or directory – Dichromate