https://github.com/axelrindle/readperms
:flashlight: Node cli app for reading UNIX file permissions.
https://github.com/axelrindle/readperms
android cli darwin nodejs permissions unix
Last synced: about 2 months ago
JSON representation
:flashlight: Node cli app for reading UNIX file permissions.
- Host: GitHub
- URL: https://github.com/axelrindle/readperms
- Owner: axelrindle
- License: mit
- Created: 2017-11-19T20:25:05.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-06T10:40:00.000Z (over 7 years ago)
- Last Synced: 2025-10-11T08:19:00.212Z (9 months ago)
- Topics: android, cli, darwin, nodejs, permissions, unix
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/readperms
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](http://forthebadge.com)
[](http://forthebadge.com)
[](http://forthebadge.com)
# readperms
> Node cli app for reading UNIX file permissions.
## Install
```bash
$ npm install -g readperms
```
## Usage
```bash
$ readperms [options]
```
For help type:
```bash
$ readperms --help
```
## See also
- [setperms](https://github.com/axelrindle/setperms)
## License
[MIT](https://github.com/axelrindle/readperms/blob/master/LICENSE)