chmod is a Unix / Linux command that lets you tell the system how much (or little) access it should permit to a file.
If value is 4, then read permission is given to the file.
If value is 2, then write permission is given to the file.
If value is 1, then execute permission is given to the file.
Features
a) You can check which mode of permission you have selected to access the file.
b) You can understand well about chmod command.
c) Just copy the code and use it.
a) Unzip the download.
b) You will get the file hchkmodcalc/chkmodecalc.js, README.txt
c) Here chmod command is used to show the access permission given for a file.
d) Now copy the following javascript code in to the html file, where you want the calculator to be displayed.
<!-- hscripts.com javascript Check-mode calculator script -->
<script language=javascipt src="hchkmodcalc/chkmodecalc.js"> </script>
<!-- End of hscripts Check-mode calculator Script -->
License
- This javascript (misspelled as java script)/HTML code is given under GPL License
- i.e. Free use for those who use it as it is.
- Free, if your modification does not remove our copyright information and links.
- Detailed License information can be found here
- You can purchase the script if your requirements does not meet GPL License terms.