On file and directory permission and ownership From Online Manual

Revision as of 13:35, 19 May 2011 by AngelinaBelle (talk | contribs) (roughing out a big mass of information on "mystifying" errors commonly caused by CHMOD and CHOWN problems)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Intro to setting File Permissions

Advanced File Permissions

Who owns your files?

Who is the webserver? Who is php?

  • nobody (when?)
  • someone other than you (www-data on Ubuntu)
  • You, if suphp or suExec is installed and properly configured.

Things that can go wrong

  • You install SMF via FTP so the files belong to you, but the webserver runs as someone other than you, or nobody , and so it cannot edit files via Package Manager
  • You install SMF via FTP so the files belong to you, and the webserver is supposed to run as you, but it has "accidentally" caused some files created via Package Manager to be created that are not owned by you, and now neither it nor you can do anything with them.
  • Other cases?

Some Common Problems

Cases

  • Package Manager says it installed a mod correctly, but the mod is obviously not there
    • Cause
    • Solution
  • Package Manager syas it installed a mod correctly, and the mod seems to be only half there
    • Cause
    • Solution


Advertisement: