Zymic Forums

Webmaster resources

Zymic IRC Server

Chat in real time at irc.zymic.com - Learn More

Welcome

Welcome to the Zymic webmaster forums. Our forums are here to provide people the free ability to discuss a range of websites related topics such as design, development coding and marketing.

In order to post you will need to register for a zymic account or if you already have one simply login by using the form on the left.

left Zymic Webmaster ForumsZymic Free Web HostingTutorials right
2 Pages V   1 2 >   Reply to this topic Start new topic
left right
Cmain
post Sep 24 2007, 05:37 PM
Post #1


Outrageously Uber Ninja
*******

Group: Moderators
Posts: 1,102
Joined: 2-June 07
From: United States
Member No.: 14



First we will look at a basic overview of how chmod works.

There are three types of permissions when using chmod:
Read - Read a file / List Files
Write - Write a file / Create, rename, and delete files
Execute - Execute a script

There are also the groups of users when using chmod:
Owner - The owner of the file
Group - The group to which the owner belongs
Other - Everyone else

Each of these three types of permissions is assigned a number. They are the following:
Read - 4
Write - 2
Execute - 1

The permissions are added down each column, like so:


Here are some example values:


If you are still having trouble here is a tool that may help you:
http://cmain.zymichost.com/CHMOD/

The Wikipedia page may also be helpful:
http://en.wikipedia.org/wiki/Chmod


How to Change File Permissions

The rest of this tutorial will take place in FileZilla which can be downloaded here: http://filezilla-project.org/

Step 1: Connect to your FTP using this tutorial: http://www.zymic.com/forum/Ftp-t59.html

Step 2: Right-Click on the file in which you would like to change the permissions of:


Step 3: Select File Attributes from the menu that appears:


Step 4: Change file permissions and click Ok:
Go to the top of the page 
 
  + Quote Post
Brucex
post Dec 22 2007, 07:40 PM
Post #2


Newbie
*

Group: Members
Posts: 4
Joined: 21-December 07
Member No.: 5,396



I am new to this... can you do it for me?

I tried doing that in Dreamweaver ftp, but not working?


Reason for edit: URL Deleted. Security issue.
Go to the top of the page 
 
  + Quote Post
Cmain
post Dec 22 2007, 07:57 PM
Post #3


Outrageously Uber Ninja
*******

Group: Moderators
Posts: 1,102
Joined: 2-June 07
From: United States
Member No.: 14



QUOTE(Brucex @ Dec 22 2007, 02:40 PM) *
I am new to this... can you do it for me?

I tried doing that in Dreamweaver ftp, but not working?


Download Filezilla and follow that part of my tutorial. Just navigate to the /jpowered/newscms/ directory, right click on the data folder, click File Attributes, type 777 in the Numeric Value field, and click ok.

http://filezilla-project.org/download.php
Go to the top of the page 
 
  + Quote Post
FatalExe
post Mar 12 2008, 04:28 AM
Post #4


Newbie
*

Group: Members
Posts: 1
Joined: 12-March 08
Member No.: 13,713



Im getting this
CODE
[R] 550 Could not change perms on phpbbmods.txt: Operation not permitted

on FlashFXP. Im logged in with my account too. Help?
Go to the top of the page 
 
  + Quote Post
jeger003
post Apr 8 2008, 04:38 PM
Post #5


Newbie
*

Group: Members
Posts: 1
Joined: 29-March 08
Member No.: 15,785



OMG man thank you soo much I have been looking doing everything and can't get it to change. THANK YOU. This is very helpful for a joomla site.
Go to the top of the page 
 
  + Quote Post
t4zone
post Apr 21 2008, 01:13 PM
Post #6


Newbie
*

Group: Members
Posts: 1
Joined: 21-April 08
Member No.: 21,140



QUOTE(FatalExe @ Mar 12 2008, 04:28 AM) *
Im getting this
CODE
[R] 550 Could not change perms on phpbbmods.txt: Operation not permitted

on FlashFXP. Im logged in with my account too. Help?


If you use FlashFXP, first, you have to log in to your site (by Quick Connect or Sites Menu)
Then, up st to your host and right-click on file/folder you want to chmod and click Attributes (CHMOD)
After that, chmod file/folder

P/S : You also can use Ctrl+O to quickly chmod
Go to the top of the page 
 
  + Quote Post
Ghost Assassin
post Jul 18 2008, 12:17 AM
Post #7


Newbie
*

Group: Members
Posts: 14
Joined: 17-July 08
From: California
Member No.: 46,820



Hey....

How do allow access to a directory?

For example, this website

http://redirect.xg1.de/css/maps/

Go to the top of the page 
 
  + Quote Post
Xycris
post Aug 17 2008, 05:41 PM
Post #8


Newbie
*

Group: Members
Posts: 2
Joined: 28-July 08
Member No.: 50,084



Hiya everyone,

I hope you can help me with this:

I wanted to delete my files on the server but somehow I can't due to writing permissions. I tried changing it directly from FTP and in another method over the Files Manager from the user account but no changes occurs. Here is the log that my FTP client states:

Command: DELE robots.txt
Response: 550 Could not delete robots.txt: Read-only file system
Command: DELE robots.txt
Response: 550 Could not delete robots.txt: Read-only file system
Status: Set permissions of '/robots.txt' to '777'
Command: SITE CHMOD 777 robots.txt
Response: 550 Could not change perms on robots.txt: Read-only file system

I have my account in vndv.com servers.
Go to the top of the page 
 
  + Quote Post
Cmain
post Aug 17 2008, 06:01 PM
Post #9


Outrageously Uber Ninja
*******

Group: Moderators
Posts: 1,102
Joined: 2-June 07
From: United States
Member No.: 14



QUOTE(Xycris @ Aug 17 2008, 01:41 PM) *
Hiya everyone,

I hope you can help me with this:

I wanted to delete my files on the server but somehow I can't due to writing permissions. I tried changing it directly from FTP and in another method over the Files Manager from the user account but no changes occurs. Here is the log that my FTP client states:

Command: DELE robots.txt
Response: 550 Could not delete robots.txt: Read-only file system
Command: DELE robots.txt
Response: 550 Could not delete robots.txt: Read-only file system
Status: Set permissions of '/robots.txt' to '777'
Command: SITE CHMOD 777 robots.txt
Response: 550 Could not change perms on robots.txt: Read-only file system

I have my account in vndv.com servers.


http://www.zymic.com/forum/index.php?showtopic=12168

Use the search next time.
Go to the top of the page 
 
  + Quote Post
40n
post Aug 28 2008, 12:39 AM
Post #10


Newbie
*

Group: Members
Posts: 4
Joined: 25-August 08
Member No.: 56,805



QUOTE(Cmain @ Aug 17 2008, 06:01 PM) *


Dead Link.,...


also I try to chmod and get this:

QUOTE
Status: Set permissions of '/forum/cache/index.htm' to '777'
Command: SITE CHMOD 777 index.htm
Response: 550 Could not change perms on index.htm: Read-only file system
Status: Set permissions of '/forum/cache' to '777'
Command: CWD /forum
Response: 250 OK. Current directory is /forum
Command: SITE CHMOD 777 cache
Response: 550 Could not change perms on cache: Read-only file system


Also using the newest version of filezilla. Anythoughts.
Go to the top of the page 
 
  + Quote Post
Cmain
post Aug 28 2008, 03:21 AM
Post #11


Outrageously Uber Ninja
*******

Group: Moderators
Posts: 1,102
Joined: 2-June 07
From: United States
Member No.: 14



QUOTE(40n @ Aug 27 2008, 08:39 PM) *
Dead Link.,...
also I try to chmod and get this:
Also using the newest version of filezilla. Anythoughts.


http://www.zymic.com/forum/index.php?showtopic=12295
Go to the top of the page 
 
  + Quote Post
40n
post Sep 4 2008, 09:43 PM
Post #12


Newbie
*

Group: Members
Posts: 4
Joined: 25-August 08
Member No.: 56,805



QUOTE(40n @ Aug 28 2008, 12:39 AM) *
Dead Link.,...
also I try to chmod and get this:
Also using the newest version of filezilla. Anythoughts.


Thanks, but I actually searched and found it..XD. Any word yet?
Go to the top of the page 
 
  + Quote Post
tuantrung
post Mar 26 2009, 02:07 PM
Post #13


Newbie
*

Group: Members
Posts: 9
Joined: 20-March 09
Member No.: 88,351



thank you very much.
now my forum aready runing, i love you
now i create new my class forum
test forum cuchuoi.uuuq.com/forum
but i cant change to my other domain Ex: cuchuoi.co.cc
Go to the top of the page 
 
  + Quote Post
88ken88
post Mar 26 2009, 10:55 PM
Post #14


Newbie
*

Group: Members
Posts: 1
Joined: 26-March 09
Member No.: 89,107



Hiya. I'm probably doing something insanely stupid here, but when I attempt to edit my directory (making it a 777), it won't let me check off all of the boxes. All of the boxes except for the "w" option in Group ("g"). I'm pretty clueless, I have to admit. Any suggestions?

EDIT: I have already tried searching, I could find nothing.
Go to the top of the page 
 
  + Quote Post
IDR
post Apr 28 2009, 11:56 PM
Post #15


Newbie
*

Group: Members
Posts: 5
Joined: 28-April 09
Member No.: 93,028



QUOTE(t4zone @ Apr 21 2008, 01:13 PM) *
If you use FlashFXP, first, you have to log in to your site (by Quick Connect or Sites Menu)
Then, up st to your host and right-click on file/folder you want to chmod and click Attributes (CHMOD)
After that, chmod file/folder

P/S : You also can use Ctrl+O to quickly chmod



the chmod is not working.. the same message comes up :

Command: SITE CHMOD 777 configuration.php
Response: 550 Could not change perms on configuration.php: Operation not permitted

so who would give this permission? if not can anyone let me know.. so that i could get out of my fantasies...
Go to the top of the page 
 
  + Quote Post
Fguy
post Jun 21 2009, 04:34 PM
Post #16


Ninja
***

Group: Members
Posts: 100
Joined: 4-May 09
Member No.: 93,631



QUOTE(IDR @ Apr 28 2009, 11:56 PM) *
the chmod is not working.. the same message comes up :

Command: SITE CHMOD 777 configuration.php
Response: 550 Could not change perms on configuration.php: Operation not permitted

so who would give this permission? if not can anyone let me know.. so that i could get out of my fantasies...


I hope this is the right thread for this question. Anyways, I'm pretty sure I'll have no problems understanding user, group, and other permissions, and how to use chmod or control panel or whatever. but...

I have noticed that default permissions on new directories are 750, and also that when you try to change permissions using FileManager in Control Panel, there is no option for changing 'other' rights. Anyways, I'm pretty sure I can deal with it, I just thought that before I go changing things, I'd find out what zymic's reason or philosphy is for doing things this way.

regards.
Go to the top of the page 
 
  + Quote Post
Skyrus
post Jul 2 2009, 07:42 AM
Post #17


Newbie
*

Group: Members
Posts: 3
Joined: 28-June 09
Member No.: 101,216



QUOTE(Fguy @ Jun 21 2009, 04:34 PM) *
I hope this is the right thread for this question. Anyways, I'm pretty sure I'll have no problems understanding user, group, and other permissions, and how to use chmod or control panel or whatever. but...

I have noticed that default permissions on new directories are 750, and also that when you try to change permissions using FileManager in Control Panel, there is no option for changing 'other' rights. Anyways, I'm pretty sure I can deal with it, I just thought that before I go changing things, I'd find out what zymic's reason or philosphy is for doing things this way.

regards.

o_0 Im had to problem
Go to the top of the page 
 
  + Quote Post
wheay
post Aug 5 2009, 12:41 AM
Post #18


Newbie
*

Group: Members
Posts: 5
Joined: 5-August 09
Member No.: 105,387



wow! man, ive been looking for this tutorial in ages. thanks.

note: allowing chmod 0777 (tutorial)
Go to the top of the page 
 
  + Quote Post
Ah Cheong
post Aug 26 2009, 04:23 AM
Post #19


Newbie
*

Group: Members
Posts: 7
Joined: 17-July 08
Member No.: 46,862



QUOTE
Command: SITE CHMOD 777 configuration.php
Response: 550 Could not change perms on configuration.php: Operation not permitted

i also facing the same problem...
Go to the top of the page 
 
  + Quote Post
tmacuritiba
post Nov 19 2009, 02:51 PM
Post #20


Newbie
*

Group: Members
Posts: 1
Joined: 16-November 09
Member No.: 118,778



Hi!

I tried to change some folder and files permissions to 777, but it remain with 770.

777 permission isnīt allowed?
Go to the top of the page 
 
  + Quote Post
2 Pages V   1 2 >
 Reply to this topic Start new topic
left right
0 Members:
left right
 


Lo-Fi Version Time is now: 20th June 2013 - 02:21 AM