CHMOD 775 on server

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Emma
    Confirmed User
    • Apr 2003
    • 2288

    #1

    CHMOD 775 on server

    I can't setup permissions 775 for WP wp-content dir. got msg "Permission denied.Access denied."

    how to set it up?

    $250 welcome bonus!
  • directfiesta
    Too lazy to set a custom title
    • Oct 2002
    • 30135

    #2
    What do you mean " you can't " ?

    You do not know how or the server doesn't let you do it.

    Virtual or dedicated ( if ded, use ssh ).
    I know that Asspimple is stoopid ... As he says, it is a FACT !

    But I can't figure out how he can breathe or type , at the same time ....

    Comment

    • Emma
      Confirmed User
      • Apr 2003
      • 2288

      #3
      I've tried to set 775 on FTP but got msg "Permission denied.Access denied".
      Virtual

      $250 welcome bonus!

      Comment

      • directfiesta
        Too lazy to set a custom title
        • Oct 2002
        • 30135

        #4
        Try 777 ( as a test only, because this is not safe at all ) to see if you can. If not, then it probably means that the server is running suExec or PHPsue and your own permissions are not set properly ( you do not own the files, root does ).

        Contact your host so that they chown them to you.
        I know that Asspimple is stoopid ... As he says, it is a FACT !

        But I can't figure out how he can breathe or type , at the same time ....

        Comment

        • SayWhut
          Confirmed User
          • Jan 2008
          • 962

          #5
          Its because PHP is the user assigned to the folder.

          You need to do it via the file manager on your server's control panel.

          You won't be able to do it via FTP.

          Comment

          • fris
            Too lazy to set a custom title
            • Aug 2002
            • 55679

            #6
            try 777 should work, what hosting company?
            Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

            Comment

            • Emma
              Confirmed User
              • Apr 2003
              • 2288

              #7
              same problem with 777

              $250 welcome bonus!

              Comment

              • directfiesta
                Too lazy to set a custom title
                • Oct 2002
                • 30135

                #8
                Originally posted by Emma
                same problem with 777
                So you do not own the files.

                YOU cannot do anything yourself, the host has to CHange OWNership.
                I know that Asspimple is stoopid ... As he says, it is a FACT !

                But I can't figure out how he can breathe or type , at the same time ....

                Comment

                • SayWhut
                  Confirmed User
                  • Jan 2008
                  • 962

                  #9
                  LOL keep ignoring me =)

                  Comment

                  • mikesouth
                    Confirmed User
                    • Jun 2003
                    • 6334

                    #10
                    simple you have to be the files owner you arent open a shell and do the following.

                    ls -l <filename> or ls -ld <dirname> will list the permissions and ownership of the file. login or su to the file owner to change the mode
                    Mike South

                    It's No wonder I took up drugs and alcohol, it's the only way I could dumb myself down enough to cope with the morons in this biz.

                    Comment

                    • qw12er
                      Confirmed User
                      • Apr 2004
                      • 799

                      #11
                      google "chown" ... should solve your problem.
                      I have nothing to advertise ... yet.

                      Comment

                      • mike-al
                        Confirmed User
                        • Aug 2007
                        • 691

                        #12
                        man "umask"
                        Delete this account, i am done here

                        Comment

                        • darksoul
                          Confirmed User
                          • Apr 2002
                          • 4997

                          #13
                          the most likely reason is that they deny chmod through ftp (comes default with proftpd, and I assume other ftp daemons).
                          You have three options. You can use ssh to change it, ask the host to allow chmod through ftp, or ask them to chmod them themselfs
                          1337 5y54|)m1n: 157717888
                          BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
                          Cambooth

                          Comment

                          • payd2purv
                            Too lazy to set a custom title
                            • Jan 2008
                            • 2727

                            #14
                            I suggest you don't waste time and go straight to contacting your host or reading their FAQ.

                            Comment

                            • Adultnet
                              Confirmed User
                              • Sep 2003
                              • 8713

                              #15
                              contact host and they will resolve this.


                              TrafficCashGold Paying Webmasters Since 1996!

                              Awesome Conversions! Fast Weekly Payments! Over 125 Tours!

                              Comment

                              • TheSenator
                                Too lazy to set a custom title
                                • Feb 2003
                                • 13340

                                #16
                                chmod 777 /wp-content/*.*


                                That should work....You can even to it in FTP
                                ISeekGirls.com since 2005

                                Comment

                                • BV
                                  wtf
                                  • Sep 2001
                                  • 10914

                                  #17
                                  what's this FTP thing you all are talking about?

                                  Comment

                                  • brandonstills
                                    Confirmed User
                                    • Dec 2007
                                    • 1964

                                    #18
                                    setup = noun
                                    set up = verb

                                    Are you doing this from PHP or from an SSH account? Maybe the account doesn't have the correct permissions. PHP by default runs as nobody and has very limited permissions. Also, do look up lstat. I had an issue where I couldn't chmod even though I had root.

                                    Brandon Stills
                                    Industry and programming veteran
                                    [email protected] | skype: brandonstills | ICQ #495-171-318

                                    Comment

                                    • xentech
                                      Confirmed User
                                      • Jan 2006
                                      • 1405

                                      #19
                                      Originally posted by SayWhut
                                      Its because PHP is the user assigned to the folder.

                                      You need to do it via the file manager on your server's control panel.

                                      You won't be able to do it via FTP.
                                      Fuck me guys, SayWhut solved it long ago...

                                      Comment

                                      • Emma
                                        Confirmed User
                                        • Apr 2003
                                        • 2288

                                        #20
                                        it's done by webair.thnx to all

                                        $250 welcome bonus!

                                        Comment

                                        • Iron Fist
                                          Too lazy to set a custom title
                                          • Dec 2006
                                          • 23400

                                          #21
                                          Too funny... everyone trying to help you out and your submitting a ticket anyways
                                          i like waffles

                                          Comment

                                          • woj
                                            <&(©¿©)&>
                                            • Jul 2002
                                            • 47882

                                            #22
                                            Just ask your hosting company... they probably fucked up some setting, and that's why it doesn't work...
                                            Custom Software Development, email: woj#at#wojfun#.#com to discuss details or skype: wojl2000 or gchat: wojfun or telegram: wojl2000
                                            Affiliate program tools: Hosted Galleries Manager Banner Manager Video Manager
                                            Wordpress Affiliate Plugin Pic/Movie of the Day Fansign Generator Zip Manager

                                            Comment

                                            Working...