rillig / checkperms

Check permission bits of files and directories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CII Best Practices

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.

About

Check permission bits of files and directories

License:BSD 2-Clause "Simplified" License


Languages

Language:C 86.7%Language:Roff 12.2%Language:CMake 0.7%Language:Makefile 0.4%