how to chmod 755

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • davemac82
    Senior Member
    • May 2008
    • 279

    #1

    how to chmod 755

    can anyone tell me how to chmod 755 a file in the var folder using fxp

    thanks
    sigpic
  • gezz
    Member
    • Sep 2008
    • 46

    #2
    Don't use fxp but in all other ftp programs I've used you right click the file and select "File attributes..."

    Comment

    • Devilfish
      Administrator
      • Feb 2008
      • 7872

      #3
      chmod - Wikipedia, the free encyclopedia

      Right click the file in your ftp program, select 'chmod' or 'properties' or 'attributes' depending on your program and tick the three 'execute' boxes so that the number changes to 755.

      Or

      You can telnet to the dreambox and use the 'chmod' command.

      For example,

      Code:
      chmod 755 /var/tuxbox/plugins/footy.so

      Comment

      • davemac82
        Senior Member
        • May 2008
        • 279

        #4
        thanks guys i will try it out tommorow heres hoping!
        sigpic

        Comment

        • mrdude
          V.I.P. Member
          • Jul 2008
          • 110

          #5
          Originally posted by Devilfish
          You can telnet to the dreambox and use the 'chmod' command.

          For example,

          Code:
          chmod 755 /var/tuxbox/plugins/footy.so

          And If you want the chmod the contents of an entire folder

          Code:
          chmod 755 /var/keys/*
          That will do all the files inside the var/keys folder.
          Suck my plums

          Comment

          Working...