Hello and welcome to the Webmasters Forums!. This is the best place to get webmasters resources for free. Get $2 for free today, read more - Make your payment today. Download premium and professional templates for free. Get free web hosting without ads, read more. You can get lot more by simply join with this forum. To gain full access to the forums you must sign up for a free account.


Post Reply  Post Thread 

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)
Post: #1

CHMOD Help


Hi guys,

I downloaded a php shoutbox from the net, and I am having problem configuring it because I have no idea what CHMOD means. Before I install the script, I read the "Read Me" text file first. It says on the file:
Chmod the chat directory you created to 777.
Chmod the banners directory to 777.
Chmod the file lk.php to 777.

How do I Chmod these stuff?

This is where I downloaded the shoutbox script: http://liquidfrog.bestdirectbuy.com/

Do you any good shoutbox with admin control, smiles, ip ban, and date?


? WebMasters-Forums
? Free TLD Domain Name
? Hostbidder.com
? BuySellTalk.ca - Webmaster Trading Post

21-10-2006 05:23 PM
Find all posts by this user Quote this message in a reply
ivenms
Administrator
*******


Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status: Offline
Reputation: 14
Points: 4389 (Donate)
Post: #2

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
Find all posts by this user Quote this message in a reply
addik
Member
**


Posts: 109
Group: Registered
Joined: Oct 2006
Status: Offline
Reputation: 2
Points: 0 (Donate)
Post: #3

RE: CHMOD Help


OH I see. I just CHMOD the files via ftp client. Thanks ivenms.

What is the use CHMODing anyway?

Anybody know a very good shoutbox script?


? WebMasters-Forums
? Free TLD Domain Name
? Hostbidder.com
? BuySellTalk.ca - Webmaster Trading Post

22-10-2006 08:47 AM
Find all posts by this user Quote this message in a reply
ivenms
Administrator
*******


Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status: Offline
Reputation: 14
Points: 4389 (Donate)
Post: #4

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
Find all posts by this user Quote this message in a reply
addik
Member
**


Posts: 109
Group: Registered
Joined: Oct 2006
Status: Offline
Reputation: 2
Points: 0 (Donate)
Post: #5

RE: CHMOD Help


OH so CHMOD is like a security privacy or something like that.

By the way, thanks for explaining ivenms.


? WebMasters-Forums
? Free TLD Domain Name
? Hostbidder.com
? BuySellTalk.ca - Webmaster Trading Post

23-10-2006 10:56 PM
Find all posts by this user Quote this message in a reply
CrazyRob
Crazy Evil Person
*****


Posts: 219
Group: Moderators
Joined: Oct 2006
Status: Offline
Reputation: 3
Points: 285 (Donate)
Post: #6

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
Find all posts by this user Quote this message in a reply
Lord_Daksh
Posting Freak
*****


Posts: 643
Group: Registered
Joined: Sep 2007
Status: Offline
Reputation: 0
Points: 16 (Donate)
Post: #7

Question WHAT DO U MEAN BY CHMOD?


Can anyone say me the meaning of CHMOD n its uses? I'm coming across this word many times while creating server space or pages or folders. Dont understand,what it exactly means. Can someone explain it?


EARN EASY 50$ IN 10 DAYS!
FREE CALLS,GPRS,SMS,MMS TRICKS,FULL MOVIES,FREE RAPIDSHARE
80$ IN 1 DAY! 20$/REFERRAL!!
17-09-2007 07:57 AM
Visit this user's website Find all posts by this user Quote this message in a reply
shadav
The Forgotten One
******


Posts: 394
Group: Super Moderators
Joined: Oct 2006
Status: Offline
Reputation: 2
Points: 1058 (Donate)
Post: #8

Big Grin 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....


Foamy Fanatics Fan Site
Webmasters Resource Forum Photos For Sale
17-09-2007 10:00 AM
Visit this user's website Find all posts by this user Quote this message in a reply
walsh
Senior Member
****


Posts: 401
Group: Registered
Joined: Oct 2006
Status: Offline
Reputation: 0
Points: 680 (Donate)
Post: #9

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
Find all posts by this user Quote this message in a reply
Dhanraj
Senior Member
****


Posts: 272
Group: Registered
Joined: Aug 2007
Status: Offline
Reputation: 1
Points: 99 (Donate)
Post: #10

RE: WHAT DO U MEAN BY CHMOD?


also dont chmod files to 777 unnecessarly else your server should be hacked or your files'd be deleted


Free cash for surveys

Our Great indian forum

Pretty good PTC-Real

Anonymize your links
07-10-2007 06:49 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Lord_Daksh
Posting Freak
*****


Posts: 643
Group: Registered
Joined: Sep 2007
Status: Offline
Reputation: 0
Points: 16 (Donate)
Post: #11

RE: WHAT DO U MEAN BY CHMOD?


But why i'm unable to chmod the folder files? Why? Is it something like that,only files can be chmoded? Is there?


EARN EASY 50$ IN 10 DAYS!
FREE CALLS,GPRS,SMS,MMS TRICKS,FULL MOVIES,FREE RAPIDSHARE
80$ IN 1 DAY! 20$/REFERRAL!!
09-10-2007 05:59 PM
Visit this user's website Find all posts by this user Quote this message in a reply
ivenms
Administrator
*******


Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status: Offline
Reputation: 14
Points: 4389 (Donate)
Post: #12

RE: WHAT DO U MEAN BY CHMOD?


Lord_Daksh Wrote:
But why i'm unable to chmod the folder files? Why? Is it something like that,only files can be chmoded? Is there?


Directories are also implemented with chmod facility. You can set the property of a directory (folder) same as that of a file.


Read: General Rules & Policies before posting.
Make Money By Posting | Earning and Exchanging Points | Add Your Links
10-10-2007 12:24 AM
Find all posts by this user Quote this message in a reply
Lord_Daksh
Posting Freak
*****


Posts: 643
Group: Registered
Joined: Sep 2007
Status: Offline
Reputation: 0
Points: 16 (Donate)
Post: #13

RE: WHAT DO U MEAN BY CHMOD?


Except 777,i cant understand how to use other chmod tricks. Help needed please.


EARN EASY 50$ IN 10 DAYS!
FREE CALLS,GPRS,SMS,MMS TRICKS,FULL MOVIES,FREE RAPIDSHARE
80$ IN 1 DAY! 20$/REFERRAL!!
23-10-2007 08:55 PM
Visit this user's website Find all posts by this user Quote this message in a reply
walsh
Senior Member
****


Posts: 401
Group: Registered
Joined: Oct 2006
Status: Offline
Reputation: 0
Points: 680 (Donate)
Post: #14

RE: WHAT DO U MEAN BY CHMOD?


Lord_Daksh Wrote:
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
Find all posts by this user Quote this message in a reply
Lord_Daksh
Posting Freak
*****


Posts: 643
Group: Registered
Joined: Sep 2007
Status: Offline
Reputation: 0
Points: 16 (Donate)
Post: #15

RE: WHAT DO U MEAN BY CHMOD?


I'm poor soul without a pc. So i'm using FTP CLIENT on my mobile only to upload my pages. For changing permissions,i've to goto da file manager to do it. So i asked about other chmod techs.


EARN EASY 50$ IN 10 DAYS!
FREE CALLS,GPRS,SMS,MMS TRICKS,FULL MOVIES,FREE RAPIDSHARE
80$ IN 1 DAY! 20$/REFERRAL!!
25-10-2007 08:28 PM
Visit this user's website Find all posts by this user Quote this message in a reply
ivenms
Administrator
*******


Posts: 2,179
Group: Administrators
Joined: Sep 2006
Status: Offline
Reputation: 14
Points: 4389 (Donate)
Post: #16

RE: WHAT DO U MEAN BY CHMOD?


Lord_Daksh Wrote:
I'm poor soul without a pc. So i'm using FTP CLIENT on my mobile only to upload my pages. For changing permissions,i've to goto da file manager to do it. So i asked about other chmod techs.


Go to the page http://www.classical-webdesigns.co.uk/re...chmod.html

There is a calculator which generates the chmod numbers for given permissions. That helps you to find the suitable chmod numbers for your files.


Read: General Rules & Policies before posting.
Make Money By Posting | Earning and Exchanging Points | Add Your Links
26-10-2007 01:52 AM
Find all posts by this user Quote this message in a reply
Lord_Daksh
Posting Freak
*****


Posts: 643
Group: Registered
Joined: Sep 2007
Status: Offline
Reputation: 0
Points: 16 (Donate)
Post: #17

RE: WHAT DO U MEAN BY CHMOD?


Oh no,such calculator is also available with my host in my File manager,but it hardly goes anything into my skull. Cant you explain it how to do in just 2 to 3 lines? Please. I know its very easy,but till i dont about it,how to do.


EARN EASY 50$ IN 10 DAYS!
FREE CALLS,GPRS,SMS,MMS TRICKS,FULL MOVIES,FREE RAPIDSHARE
80$ IN 1 DAY! 20$/REFERRAL!!
27-10-2007 06:30 AM
Visit this user's website Find all posts by this user Quote this message in a reply
shadav
The Forgotten One
******


Posts: 394
Group: Super Moderators
Joined: Oct 2006
Status: Offline
Reputation: 2
Points: 1058 (Donate)
Post: #18

RE: WHAT DO U MEAN BY CHMOD?


lol did you read my post?

maybe this will help
googled: how to chmod step by step
http://www.perlservices.net/en/faq/cute_ftp.shtml#SIX


Foamy Fanatics Fan Site
Webmasters Resource Forum Photos For Sale
27-10-2007 06:47 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Lord_Daksh
Posting Freak
*****


Posts: 643
Group: Registered
Joined: Sep 2007
Status: Offline
Reputation: 0
Points: 16 (Donate)
Post: #19

RE: WHAT DO U MEAN BY CHMOD?


Ok thanks Baby! Let me try it. I'd Googled it,but only got its related forum topics. Sad!


EARN EASY 50$ IN 10 DAYS!
FREE CALLS,GPRS,SMS,MMS TRICKS,FULL MOVIES,FREE RAPIDSHARE
80$ IN 1 DAY! 20$/REFERRAL!!
27-10-2007 02:37 PM
Visit this user's website Find all posts by this user Quote this message in a reply
sridatta
Newbie


Posts: 5
Group: Registered
Joined: Oct 2007
Status: Offline
Reputation: 0
Points: 22 (Donate)
Post: #20

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
Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites
Rate This Thread:

Forum Jump:

Sign In to Remove Ads

Download 1000's of web templates. Unlimited access!
World's Best Web Hosting
Website of the Month

Create-a-Page for Free
SOTM June 2008


Accepting Submissions
for July 2008
Resources

Recommended Sites:



Visit our Sponsors!

Current time: 08-09-2008, 01:39 PM


Copyright © 2002-2008 MyBB Group
Powered By MyBB