Skip to content
Snippets Groups Projects
Commit d25ef66a authored by bigbes's avatar bigbes Committed by Roman Tsisyk
Browse files

getpw/getgr module

Analogue of python's modules:
* https://docs.python.org/3.7/library/pwd.html
* https://docs.python.org/3.7/library/grp.html

getgrnam and getgrgid merged into `getgr`, that can get both names and gid.
getgrall for getting all groups + caching (flag `force` to reload cached
version).

Similar rules for getpw.

Closes #2213
parent 1acf82ad
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment