Re: [PHP] /tmp/directory
[email protected] (Matijn Woudt)
| Newsgroups | php.general |
|---|---|
| Message-ID | <CAC_gtuMx9+phKi8gH4L=VV6h_nS17XVOyen5f6U0C95gtA9VQw@mail.gmail.com> |
On Mon, Jul 22, 2013 at 5:20 PM, Tedd Sperling <[email protected]> wrote: > Hi gang: > > I should know this, but I don't. > > Where is the /tmp/ directory? > > You see, I have a client where his host has apparently changed the /tmp/ > directory permissions such that old php/mysql scripts cannot write to the > /tmp/ directory anymore -- they did at one time. > > So, how do I fix it? > > Cheers, > > tedd > > Switch host? /tmp is required by the FHS and POSIX standards (writable for any user), any host changing that should have no customers. - Matijn