1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Accidentally CHMOD folder to 000...how do I fix this?

Discussion in 'Security' started by slickk, Mar 29, 2007.

  1. #1
    Hey.

    I accidentally CHMODed a folder to 000.

    I'm using Godaddy as my host.

    Is there any way to fix via FTP?

    If not, I'll have to open a support ticket.

    Thanks.
     
    slickk, Mar 29, 2007 IP
  2. h4nh4n

    h4nh4n Peon

    Messages:
    931
    Likes Received:
    16
    Best Answers:
    0
    Trophy Points:
    0
    #2
    yes, you can use ftp and set it whatever you want.
     
    h4nh4n, Mar 30, 2007 IP
  3. stugs

    stugs Peon

    Messages:
    157
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    If it's a folder do 'chmod 755'. That is most likely the permissions you want/need.
     
    stugs, Apr 5, 2007 IP
  4. inworx

    inworx Peon

    Messages:
    4,860
    Likes Received:
    201
    Best Answers:
    0
    Trophy Points:
    0
    #4
    You cannot change te permission of the folder through FTP as it wont allow you to do anything with the folder.

    Simply, if available, do it from your Control Panel as most control panels do allow such changes made.
     
    inworx, Apr 12, 2007 IP
  5. sukantab

    sukantab Well-Known Member

    Messages:
    2,075
    Likes Received:
    49
    Best Answers:
    0
    Trophy Points:
    110
    #5
    chmod -R 755 in unix...
     
    sukantab, Apr 12, 2007 IP
  6. Mxhub

    Mxhub Active Member

    Messages:
    474
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    55
    #6

    You can chmod back to 755 just like what you did earlier on.
     
    Mxhub, Apr 13, 2007 IP
  7. Juan Pablo Olivera

    Juan Pablo Olivera Peon

    Messages:
    53
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #7
    If its webdata use 755 for folders and 644 for files.

    The command syntax is:

    chmod 755 folder
    chmod 644 file
     
    Juan Pablo Olivera, May 23, 2007 IP