What is CMOD to 775 and how do I do it???

by jlady
7 replies
What does it mead to CMOD to 775? And how do I do it?

I am trying to install a video script? I am reading installation instructions and got to that part and don't know what to do.

If anyone know please advise...also please be explain in detail as I have never even heard this term before and am not a programmer.
#775 #cmod
  • Profile picture of the author DEaFeYe
    Banned
    [DELETED]
    {{ DiscussionBoard.errors[4835172].message }}
    • Profile picture of the author mojojuju
      Originally Posted by DEaFeYe View Post

      first off, you mean CHMOD 775, which is a Unix permissions settings.

      second off, you need to do it through the command line,

      thirdly if you don't go directly to Google and wikipedia about such things, you're probably better off hiring a Unix admin to do such a thing
      Actually, he can change file or directory permissions using an FTP client. Many people here who have little to no UNIX/Linux knowledge manage to get by that way.

      The OP could look at this guide that shows how to change permissions with the Filezilla FTP client How to CHMOD directories with FileZilla - CubeCartForums.org Documentation
      Signature

      :)

      {{ DiscussionBoard.errors[4835415].message }}
  • Profile picture of the author Alex Nash
    Originally Posted by jlady View Post

    What does it mead to CMOD to 775? And how do I do it?

    I am trying to install a video script? I am reading installation instructions and got to that part and don't know what to do.

    If anyone know please advise...also please be explain in detail as I have never even heard this term before and am not a programmer.
    Are you trying to do this on your own computer or on a hosting that you've paid for?
    If it's not on your own computer - simply launch your favorite FTP client. Log in with the FTP details the hosting company have been given you (when setting up the FTP-account).

    Info you will need is
    IP: In some cases "localhost", or a specific IP.
    Username
    Password
    Port: pretty much always standard port, 21.

    When all this is filled in, log in. Find the folder/file that you want to change settings on. Right click on it and choose "Set Permissions" or "CHMOD". Fill in 755 and then press Enter in the window that will appear.
    ---------------------
    It is much easier than it sounds... :rolleyes:

    Good luck!


    ~Alex Nash
    Signature

    Learn from your mistakes. Experience is priceless.

    {{ DiscussionBoard.errors[4835909].message }}
  • Profile picture of the author Disruption
    You would have to go to the file via FTP client (FileZilla, etc). Once there right click the file that it tells you CHMOD and select "Permissions". From there, you change it to the proper 755 permission.

    Regards,
    Disruption
    {{ DiscussionBoard.errors[4837702].message }}
  • Profile picture of the author jlady
    thanks everyone...it was easy.
    {{ DiscussionBoard.errors[4840007].message }}
  • Profile picture of the author Internet Lawyer
    Banned
    This actually solved a tech problem I was having...thanks from this end.
    {{ DiscussionBoard.errors[4840021].message }}
  • Profile picture of the author windso0
    The first 7 means: the user can read, write, execute
    The second one said: the group of seven other users can read, write, execute
    The third 5 say: other users can read and implementation
    {{ DiscussionBoard.errors[4849273].message }}
  • Profile picture of the author cannons
    ^very well explained thanks
    {{ DiscussionBoard.errors[4870792].message }}

Trending Topics