Help for this page

Select Code to Download


  1. or download this
    chmod 0755, $file;
    # and not
    chmod '0755', $file;
    
  2. or download this
    $chmod='0644';
    chmod $chmod+0, $file;