|
WHAT DO U MEAN BY CHMOD?
|
Post Bank
Posting Manager
     
Posts: 995
Group: Forum Team
Joined: Sep 2006
Status: Online
|
Make money from now. You can make money just for posting on this forum. Every discussions on this community gives you more money. $2 minimum payout. So get your payment today, SignIn with this forum.
Signin to Remove this Post
|
|
|
|
addik
Member
 
Posts: 109
Group: Registered
Joined: Oct 2006
Status:
Offline
Reputation: 2
Points: 0 (Donate)
|
|
| 21-10-2006 05:23 PM |
|
|
ivenms
Administrator
      
Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
RE: CHMOD Help
Just go to your files directory through your ftp.
Find the file's properties or change chmod associated with the file.
Then change the chmod to 777.
If you hosted on cpanel, then you can change the chmod using file manager.
If you are using filezilla or coreftp as ftp, then just click the file or directory properties to change the chmod of the file.
replay to know more.
Read: General Rules & Policies before posting.
Make Money By Posting | Earning and Exchanging Points | Add Your Links
|
|
| 21-10-2006 05:31 PM |
|
|
addik
Member
 
Posts: 109
Group: Registered
Joined: Oct 2006
Status:
Offline
Reputation: 2
Points: 0 (Donate)
|
|
| 22-10-2006 08:47 AM |
|
|
ivenms
Administrator
      
Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
RE: CHMOD Help
ChMod Allows the permission of files to handle by the users.
If the contents of the file is changed during a visitor enters on the site, with the help of any scripts, then the permission of the file must be configured such that the file is allowed to write by the world.
ie. there are three categories to allow perrmission of the site's files:
User Group World
----- ------ ------
Read Read Read
Write Write Write
Execute Execute Execute
If you want to perform the every functions for all three categories of browsers, then the ChMod of the file must change to 777.
Also a risk factor on there to change the ChMod.
You can also change chmod using any php script using the function: chmod()
Read: General Rules & Policies before posting.
Make Money By Posting | Earning and Exchanging Points | Add Your Links
|
|
| 22-10-2006 01:08 PM |
|
|
addik
Member
 
Posts: 109
Group: Registered
Joined: Oct 2006
Status:
Offline
Reputation: 2
Points: 0 (Donate)
|
|
| 23-10-2006 10:56 PM |
|
|
CrazyRob
Crazy Evil Person
    
Posts: 219
Group: Moderators
Joined: Oct 2006
Status:
Offline
Reputation: 3
Points: 285 (Donate)
|
RE: CHMOD Help
Chmod is just a set of permissions groups for Linux. 777 is short for Read Write and Execute. Yes i suppose you could look at it as privacy.
Rob
CrazyRob

|
|
| 09-07-2007 05:16 AM |
|
|
Lord_Daksh
Posting Freak
    
Posts: 638
Group: Registered
Joined: Sep 2007
Status:
Offline
Reputation: 0
Points: 16 (Donate)
|
|
| 17-09-2007 07:57 AM |
|
|
shadav
The Forgotten One
     
Posts: 404
Group: Super Moderators
Joined: Oct 2006
Status:
Online
Reputation: 2
Points: 1074 (Donate)
|
A Detailed Description about ChMod Settings
CHMOD refers to the permissions set on a file or folder
chmod = CHange MODe
There are three groups of people that you can set three different permissions for using ftp or cpanel on your site.
The 3 groups are
1) Owner is the user of the file - that'd be you
2) Group - I believe would be anyone that you gave access to your site, really not to sure on this one
3) Public - is usually your bots I do belive, but again I could be wrong
each group has 3 permissions, that you can set individually or by using a quick 3 digit number (CHMOD)
1) Read
2) Write
3) Execute
so when CHMODing you'll be given 3 numbers, each digit is a binary representation of rwx (read/write/execute)
So for example CHMOD 755
111(7) - Owner can read write execute
101(5) - other in the group can execute or read, no write
101(5) - rest of world can read and execute, no write.
755 is the most common CHMOD, this gives you the Owner full rights, read/write/execute
and gives everyone else just read and execute but no writing to the file
777 you only want to do on certian files that you are sure can not be exploited
CHMOD 777 means that anyone and everyone can read that file/folder can execute (run) that file or folder and can write to that file or folder....you could see how this is a security issue...they could insert anything into that file or folder and well, there goes your site....
What's In A Name? ₪
Wesece :: General Free Directory Offering Detailed Wesite Stastics & Advanced SEO & Directory Tools
Foamy Fanatics :: For All Your Foamy The Squirrel Needs
Webmasters Resource Forum ₪ Photos For Sale
|
|
| 17-09-2007 10:00 AM |
|
|
walsh
Senior Member
   
Posts: 401
Group: Registered
Joined: Oct 2006
Status:
Offline
Reputation: 0
Points: 680 (Donate)
|
RE: WHAT DO U MEAN BY CHMOD?
In simple, CHMOD explains the permission of files and folders on server devices.

|
|
| 05-10-2007 05:44 AM |
|
|
Dhanraj
Senior Member
   
Posts: 272
Group: Registered
Joined: Aug 2007
Status:
Offline
Reputation: 1
Points: 99 (Donate)
|
|
| 07-10-2007 06:49 PM |
|
|
Lord_Daksh
Posting Freak
    
Posts: 638
Group: Registered
Joined: Sep 2007
Status:
Offline
Reputation: 0
Points: 16 (Donate)
|
|
| 09-10-2007 05:59 PM |
|
|
ivenms
Administrator
      
Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
|
| 10-10-2007 12:24 AM |
|
|
Lord_Daksh
Posting Freak
    
Posts: 638
Group: Registered
Joined: Sep 2007
Status:
Offline
Reputation: 0
Points: 16 (Donate)
|
|
| 23-10-2007 08:55 PM |
|
|
walsh
Senior Member
   
Posts: 401
Group: Registered
Joined: Oct 2006
Status:
Offline
Reputation: 0
Points: 680 (Donate)
|
RE: WHAT DO U MEAN BY CHMOD?
Except 777,i cant understand how to use other chmod tricks. Help needed please.
Use CoreFTP as your FTP Software. That describes the CHMOD in detail. Almost every FTP Softwares gives a good description for the CHMOD numbers..
May be a better analysis about the CHMOD numbers can get from: http://www.classical-webdesigns.co.uk/re...chmod.html

|
|
| 24-10-2007 12:41 AM |
|
|
Lord_Daksh
Posting Freak
    
Posts: 638
Group: Registered
Joined: Sep 2007
Status:
Offline
Reputation: 0
Points: 16 (Donate)
|
|
| 25-10-2007 08:28 PM |
|
|
ivenms
Administrator
      
Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status:
Offline
Reputation: 14
Points: 4389 (Donate)
|
|
| 26-10-2007 01:52 AM |
|
|
Lord_Daksh
Posting Freak
    
Posts: 638
Group: Registered
Joined: Sep 2007
Status:
Offline
Reputation: 0
Points: 16 (Donate)
|
|
| 27-10-2007 06:30 AM |
|
|
shadav
The Forgotten One
     
Posts: 404
Group: Super Moderators
Joined: Oct 2006
Status:
Online
Reputation: 2
Points: 1074 (Donate)
|
|
| 27-10-2007 06:47 AM |
|
|
Lord_Daksh
Posting Freak
    
Posts: 638
Group: Registered
Joined: Sep 2007
Status:
Offline
Reputation: 0
Points: 16 (Donate)
|
|
| 27-10-2007 02:37 PM |
|
|
sridatta
Newbie
Posts: 5
Group: Registered
Joined: Oct 2007
Status:
Offline
Reputation: 0
Points: 22 (Donate)
|
RE: CHMOD Help
Chmod is a linux command to change the permissions of a file.
777 denotes the permissions as others said.. but how??
The three digits indicate permissions for user, usergroup and others respectively
Read - 4
Write - 2
Execute - 1
So, if you want to give read/write permission to every user, then use 666. For forums, you execute many scripts and hence, you also need execute permissions.. so while installing, we set folder permissions to 777.
Any more info needed? please ask
|
|
| 27-10-2007 05:32 PM |
|
|