https://github.com/rillig/checkperms
Check permission bits of files and directories
https://github.com/rillig/checkperms
Last synced: 11 months ago
JSON representation
Check permission bits of files and directories
- Host: GitHub
- URL: https://github.com/rillig/checkperms
- Owner: rillig
- License: bsd-2-clause
- Created: 2017-10-11T19:54:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-06-18T10:13:56.000Z (about 5 years ago)
- Last Synced: 2025-03-03T09:43:01.382Z (over 1 year ago)
- Language: C
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS
- License: LICENSE
Awesome Lists containing this project
README
[](https://bestpractices.coreinfrastructure.org/projects/4094)
checkperms is a small and simple program that detects many
inconsistencies in file and directory permissions. Theoretically, there
are 2^12 valid combinations (setuid, setgid, sticky, owner-rwx,
group-rwx, other-rwx), but only very few of them are actually used.
It can automatically fix the permissions if instructed so.