Back
If you are working on each console command it would be:
chmod -R 777 /www/store. The -R (or --recursive) options make it recursive.
Or if you want to make all those files in each current directory have all permissions type:
chmod -R 777 ./
Want to be a Linux expert? Come and join this linux course
31k questions
32.8k answers
501 comments
693 users