Permissions

Abandon hope all who enter here.

# Set file permission to 777
# See: http://catcode.com/teachmod/
chmod 777 filename.ext

# Set file permission to 777
chmod a=rwx filename.ext

# Change owner and group to apache for all files (recursive)
# See: http://en.wikipedia.org/wiki/Chown
chown -R apache:apache *