Skip to content

Imambash6/chmod-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linux Chmod Web App

A simple, interactive web-based calculator for Linux file permissions (chmod).

Features

  • Convert symbolic permissions (rwx) to octal.
  • Generate chmod commands.
  • Provides explanations for read, write, and execute permissions.

Future Features

  • Responsive design
  • Learning resources
  • Drag-and-Drop interface

Live Demo

You can try the app live here: https://imambash6.github.io/chmod-app/ (Remember to replace the URL with your actual GitHub Pages URL)

How to Use

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.

Technologies Used

  • HTML5
  • CSS3
  • JavaScript (Vanilla)

Getting Started (for developers)

  1. Clone this repository:
    git clone [https://github.com/imambash6/chmod-app.git](https://github.com/imambash6/chmod-app.git)
  2. Navigate to the project directory:
    cd chmod-app
  3. Open index.html in your web browser.

Contributing

Feel free to open issues or submit pull requests if you have suggestions for improvements or find any bugs.

License

This project is open source and available under the MIT License.

About

A simple web-based Linux chmod calculator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published