Help for this page

Select Code to Download


  1. or download this
      # all three lines do exactly the same.
      chmod  0644, $file;
      chmod   420, $file;
      chmod 0x1a4, $file;