A simple, interactive web-based calculator for Linux file permissions (chmod).
- Convert symbolic permissions (rwx) to octal.
- Generate
chmodcommands. - Provides explanations for read, write, and execute permissions.
- Responsive design
- Learning resources
- Drag-and-Drop interface
You can try the app live here: https://imambash6.github.io/chmod-app/ (Remember to replace the URL with your actual GitHub Pages URL)
Simply click on the checkboxes for "Read", "Write", and "Execute" permissions for User, Group, and Others. The app will automatically update the symbolic, octal, and chmod command outputs.
- HTML5
- CSS3
- JavaScript (Vanilla)
- Clone this repository:
git clone [https://github.com/imambash6/chmod-app.git](https://github.com/imambash6/chmod-app.git)
- Navigate to the project directory:
cd chmod-app - Open
index.htmlin your web browser.
Feel free to open issues or submit pull requests if you have suggestions for improvements or find any bugs.
This project is open source and available under the MIT License.