Which directories should I change permission on [duplicate]
This question is an exact duplicate of:
Need to give permissions to /tmp/cache and /tmp/templates_c but can't find them
1 answer
When I open my website it shows me this
The following directories must be writable by the web server:
tmp/cache
tmp/templates_c
Please correct by executing:
chmod 777 tmp/cache
chmod 777 tmp/templates_c
or the equivilent for your platform before continuing.
Where are these two directories?
permissions directory webserver
marked as duplicate by Kulfy, PerlDuck, Terrance, Charles Green, Zanna Jan 1 at 17:58
This question was marked as an exact duplicate of an existing question.
add a comment |
This question is an exact duplicate of:
Need to give permissions to /tmp/cache and /tmp/templates_c but can't find them
1 answer
When I open my website it shows me this
The following directories must be writable by the web server:
tmp/cache
tmp/templates_c
Please correct by executing:
chmod 777 tmp/cache
chmod 777 tmp/templates_c
or the equivilent for your platform before continuing.
Where are these two directories?
permissions directory webserver
marked as duplicate by Kulfy, PerlDuck, Terrance, Charles Green, Zanna Jan 1 at 17:58
This question was marked as an exact duplicate of an existing question.
It looks like you're using CMSMS - see for example Security impacts of chmod 777
– steeldriver
Jan 1 at 14:23
2
You already asked this very same question a week ago and got an answer. What was wrong with it?
– PerlDuck
Jan 1 at 14:25
add a comment |
This question is an exact duplicate of:
Need to give permissions to /tmp/cache and /tmp/templates_c but can't find them
1 answer
When I open my website it shows me this
The following directories must be writable by the web server:
tmp/cache
tmp/templates_c
Please correct by executing:
chmod 777 tmp/cache
chmod 777 tmp/templates_c
or the equivilent for your platform before continuing.
Where are these two directories?
permissions directory webserver
This question is an exact duplicate of:
Need to give permissions to /tmp/cache and /tmp/templates_c but can't find them
1 answer
When I open my website it shows me this
The following directories must be writable by the web server:
tmp/cache
tmp/templates_c
Please correct by executing:
chmod 777 tmp/cache
chmod 777 tmp/templates_c
or the equivilent for your platform before continuing.
Where are these two directories?
This question is an exact duplicate of:
Need to give permissions to /tmp/cache and /tmp/templates_c but can't find them
1 answer
permissions directory webserver
permissions directory webserver
edited Jan 1 at 14:11
vidarlo
9,39842445
9,39842445
asked Jan 1 at 14:02
voldemarsovoldemarso
12
12
marked as duplicate by Kulfy, PerlDuck, Terrance, Charles Green, Zanna Jan 1 at 17:58
This question was marked as an exact duplicate of an existing question.
marked as duplicate by Kulfy, PerlDuck, Terrance, Charles Green, Zanna Jan 1 at 17:58
This question was marked as an exact duplicate of an existing question.
It looks like you're using CMSMS - see for example Security impacts of chmod 777
– steeldriver
Jan 1 at 14:23
2
You already asked this very same question a week ago and got an answer. What was wrong with it?
– PerlDuck
Jan 1 at 14:25
add a comment |
It looks like you're using CMSMS - see for example Security impacts of chmod 777
– steeldriver
Jan 1 at 14:23
2
You already asked this very same question a week ago and got an answer. What was wrong with it?
– PerlDuck
Jan 1 at 14:25
It looks like you're using CMSMS - see for example Security impacts of chmod 777
– steeldriver
Jan 1 at 14:23
It looks like you're using CMSMS - see for example Security impacts of chmod 777
– steeldriver
Jan 1 at 14:23
2
2
You already asked this very same question a week ago and got an answer. What was wrong with it?
– PerlDuck
Jan 1 at 14:25
You already asked this very same question a week ago and got an answer. What was wrong with it?
– PerlDuck
Jan 1 at 14:25
add a comment |
1 Answer
1
active
oldest
votes
You can use find command as follow:
find / -name templates_c -type d 2>/dev/null
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You can use find command as follow:
find / -name templates_c -type d 2>/dev/null
add a comment |
You can use find command as follow:
find / -name templates_c -type d 2>/dev/null
add a comment |
You can use find command as follow:
find / -name templates_c -type d 2>/dev/null
You can use find command as follow:
find / -name templates_c -type d 2>/dev/null
answered Jan 1 at 14:15
Vsevolod GromovVsevolod Gromov
392
392
add a comment |
add a comment |
It looks like you're using CMSMS - see for example Security impacts of chmod 777
– steeldriver
Jan 1 at 14:23
2
You already asked this very same question a week ago and got an answer. What was wrong with it?
– PerlDuck
Jan 1 at 14:25