Chmod Help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • megri
    Administrator
    • Mar 2004
    • 786

    Chmod Help

    To set permission of all file on particular folder you can use below command. for example you have chmod 755 all .cgi files in cgi-bin you can use this




    chmod -R 755 *.cgi
    Parveen K - Forum Administrator
    SEO India - TalkingCity Forum Rules - Webmaster Forum
    Please Do Not Spam Our Forum
  • megri
    Administrator
    • Mar 2004
    • 786

    #2
    Chmod command sets UNIX file permissions. First you need to telnet or SSH to the target computer, then in the command prompt you need to execute a chmod command. Also you can set the permissions with the help of other programs, such as FTP client.

    Permissions
    u - User who owns the file.
    g - Group that owns the file.
    o - Other.
    a - All.
    r - Read the file.
    w - Write or edit the file.
    x - Execute or run the file as a program.
    Parveen K - Forum Administrator
    SEO India - TalkingCity Forum Rules - Webmaster Forum
    Please Do Not Spam Our Forum

    Comment

    • Kuruk
      Junior Member
      • Jul 2008
      • 9

      #3
      chmod command is use in linux for change permission of file .
      syntax is there are two ways:-
      1) chmod 777 filename.
      (or)
      2) chmod u+r g+w filename.

      Comment

      Working...
      😀
      😂
      🥰
      😘
      🤢
      😎
      😞
      😡
      👍
      👎