Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

Website and Server Administration Forum


You are currently viewing our Website and Server Administration Forum as a guest. Please register to participate.
Login



Reply
Old 04-29-2010, 03:33 PM chmod 777
Experienced Talker

Posts: 44
Trades: 0
What exactly does this mean, and how do you do it? With reference to phpBB

"Set permission chmod 777 to directory sitemap."
__________________

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE
noahwebseo is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 04-29-2010, 04:22 PM Re: chmod 777
lynxus's Avatar
Awesomeo-Maximo

Posts: 1,618
Location: UK
Trades: 1
it means make the file , Read Write and Execute.

if your in linux, type chmod +777 (directoryname) or File
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE


lynxus is offline
Reply With Quote
View Public Profile Visit lynxus's homepage!
 
Old 04-29-2010, 05:23 PM Re: chmod 777
tripy's Avatar
Do not try this at home!

Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
Trades: 0
As Lynxus said, it's the octal notation.
The first bit is for the owner of the file/directory.
The second is for the user of the same group than the owner.
The third bit is for everyone else.

The notation is 4 for the write permission, 2 for the read permission and 1 for the execute permission
So, 7 is 4+2+1 (read + write + execute).
And over a directory, the execute permission is to list the content of the directory.

doing a "chmod 755 file" means all permissions for the file owner, and read and execute for everyone else.
__________________
Only a biker knows why a dog sticks his head out the window.
tripy is offline
Reply With Quote
View Public Profile Visit tripy's homepage!
 
Old 04-29-2010, 06:01 PM Re: chmod 777
Defies a Status

Posts: 1,606
Trades: 0
It can be done via your control panel or by using FTP client.

Use 777 very cautiously. It opens up a big can of potential worms.

Some severs do not allow 777. 755 should work equally well on those servers.
__________________
Colbyt

Please login or register to view this content. Registration is FREE
colbyt is offline
Reply With Quote
View Public Profile
 
Old 04-30-2010, 06:03 AM Re: chmod 777
Extreme Talker

Posts: 167
Name: Jilesh
Trades: 0
Quote:
Originally Posted by noahwebseo View Post
What exactly does this mean, and how do you do it? With reference to phpBB

"Set permission chmod 777 to directory sitemap."
You can assign the 777 permission in the linux server through SSH. If you have an control over the server then you can login to your SSH and have to fire the below mentioned command:

[root@server] : chmod - R 777 /directoryname

Also note that, assigning 777 permission is not advisable to use as there will be chance of getting the site hack.
__________________

Please login or register to view this content. Registration is FREE

ASP.NET 3.5 | SQL 2005 Database | US Based Hosting Company | 24 X 7 Support | Daily Backups
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
thewebhostingdi is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to chmod 777
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.62688 seconds with 12 queries