chmod calculator
See original GitHub issueI would love to have a chmod calculator feature added to cheat.sh.
Something I have in mind:
curl cheat.sh/chmod/644
or
curl cheat.sh/chmod/-rw-r--r--
chmod u=rw,go=r / 644 / rw-r--r--
Linux Permissions:
Owner Group Public
Read [X] Read [X] Read [X]
Write [X] Write [] Write []
Execute [] Execute [] Execute []
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:8 (7 by maintainers)
Top Results From Across the Web
Chmod Calculator
Chmod Calculator is a free utility to calculate the numeric (octal) or symbolic value for a set of file or folder permissions in...
Read more >Chmod Calculator | Chmod Generator | Chmod Command
Chmod calculator allows you to quickly generate permissions in numerical and symbolic formats. All extra options are included (recursive, sticky, etc).
Read more >Unix Permissions / chmod Calculator - WintelGuy.com
Unix Permissions / chmod Calculator ... There are three specific UNIX/Linux file system permissions - read (r), write (w), and execute (x). Permissions...
Read more >Chmod Calculator - NetTools.club
Chmod Calculator is an online utility to convert Linux permissions for files or directories on servers between different formats (symbolic, numeric).
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I like this idea a lot! I’ve written a script! You can pass a permission string
rwx-wx--x
or a value731
and the output will be the sameIt works now! Many thanks to @ErezBinyamin who implemented the adapter