Advertisement:

Author Topic: How to make Languages,Uploads,Downloads Writable ?  (Read 1105 times)

WebSuccess4You

  • Newbie
  • *
  • Posts: 4
How to make Languages,Uploads,Downloads Writable ?
« on: June 27, 2013, 07:02:53 pm »
How do I make Languages,Uploads,Downloads Writable ?
I thought changing the permissions to 644 would make them writable but that does not seem to work.
I found an explanation of Unix permissions: http://www.zzee.com/solutions/unix-permissions.shtml
I changed all those permissions to 777 then to 766 because the Owner should have all permissions
but others should have read and write :    6    rw-    110    Read and write access are allowed
7    rwx    111    Everything is allowed

    Is this correct?

strata

  • Sr. Member
  • ****
  • Posts: 411
  • Always good, always...
Re: How to make Languages,Uploads,Downloads Writable ?
« Reply #1 on: June 27, 2013, 07:55:40 pm »
I have a look at my host Cpanel set permission like this :
Owner :
7 (Read, Write, Execute)

User :
4 (Read)

World:
4 (Read)

and if upload file I have set permission to 744

WebSuccess4You

  • Newbie
  • *
  • Posts: 4
Re: How to make Languages,Uploads,Downloads Writable ?
« Reply #2 on: June 27, 2013, 10:33:52 pm »
Thank you very much.

strata

  • Sr. Member
  • ****
  • Posts: 411
  • Always good, always...
Re: How to make Languages,Uploads,Downloads Writable ?
« Reply #3 on: June 28, 2013, 04:20:23 am »
Glad to know if this useful :)