[Typo3] TYPO3 host permissions

Dmitry Dulepov typo3 at fm-world.ru
Sun Jul 24 07:51:40 CEST 2005


Hi!

No, it is Apache who works as "nobody". Thus files are created with
nobody:nobody (owner:group).

You can use extensions mentioned in other replies, or (if you have ssh
access) issue the following commands:
	chown -R your_login:nobody dirname
	chmod -R g+w dirname
Here your_login anf filename should be substituted with your unix/linux
login name. The first command changes owner to you leaving group as
Apache. Second gives Apache rights to write to that folder (usually only
owner can write).

Dmitry.

Christoph Koehler wrote:
> Does TYPO3 automatically chown files and dirs it creates as nobody, and
> is  there a way to change it somehow?
> I know very little about unix permissions, so thank you for your help!
> 
> Christoph



More information about the TYPO3-english mailing list