Jump to content

User:Adamtheclown

From mediawiki.org
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

The chmod command (abbreviated from change mode) is a Unix command that lets a programmer tell the system how much (or little) access it should permit to a mediawiki file.[1]

Accessing files

With the WinSCP program, you can change permissions

If you are using FTP software, there is usually a menu option or button that says "Change Permissions," click this option. You have choices of R(read), W(write), and X(execute)[2].

If you are using a program such as PuTTy, you need to use the "chmod" command.[3]

Permissions

Permission Command
Read permissions chmod 744 yourfile
Execute permissions[2] chmod 755 yourfile
Read/write permissions chmod 766 yourfile
All permissions chmod 777 yourfile

Notes

  1. Tutorial for chmod
  2. 2.0 2.1 If you are changing permissions for scripts in Perl/CGI, you need to make sure they have execute permissions.
  3. How can I change permissions on my files?

See also

maximum size

Typical location of where php.ini maybe found.
post_max_size and upload_max_filesize in php.ini