Check if a user is member of a group. Returns 0 on success, > 0 otherwise.
This repository has been archived on 2025-06-27. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • C 68.4%
  • Lua 25.3%
  • Makefile 6.3%
Find a file
2025-06-18 23:42:00 +02:00
lua Added all this in pure Lua. ;) 2025-06-18 23:42:00 +02:00
.gitignore Added an extended version. My favorite. 2025-06-18 22:19:48 +02:00
chkgrp-min.c Initial commit 2.0 2025-06-18 21:31:20 +02:00
chkgrp-native-min-extended.c Added an extended version. My favorite. 2025-06-18 22:19:48 +02:00
chkgrp-native-min.c Initial commit 2.0 2025-06-18 21:31:20 +02:00
chkgrp-native.c Initial commit 2.0 2025-06-18 21:31:20 +02:00
chkgrp.c Initial commit 2.0 2025-06-18 21:31:20 +02:00
LICENSE Initial commit 2.0 2025-06-18 21:31:20 +02:00
Makefile Added all this in pure Lua. ;) 2025-06-18 23:42:00 +02:00
README.md Added all this in pure Lua. ;) 2025-06-18 23:42:00 +02:00

chkgrp

chkgrp is a set of programs to verify if a user is a member of a group on a UNIX based system. This code is so simple that it describes itself very good.

More information will follow... Actually there are multiple programs with some different behavior. I will write more about this, but for now I will not.

Why?

I am releasing this code because I like it and use it in some situations. If you have a usecase, fine! If not, fine too!...