Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chronos-tachyon/nsscacheindex

Generates binary search index files for libnss-cache
https://github.com/chronos-tachyon/nsscacheindex

Last synced: 7 days ago
JSON representation

Generates binary search index files for libnss-cache

Awesome Lists containing this project

README

        

# nsscacheindex
Generates binary search index files for libnss-cache

Usage:

```
$ nsscacheindex -s /etc/passwd.cache -d /etc/passwd.cache.ixname -c 1
$ nsscacheindex -s /etc/passwd.cache -d /etc/passwd.cache.ixuid -c 3 -n
$ nsscacheindex -s /etc/group.cache -d /etc/group.cache.ixname -c 1
$ nsscacheindex -s /etc/group.cache -d /etc/group.cache.ixgid -c 3 -n
$ nsscacheindex -s /etc/shadow.cache -d /etc/shadow.cache.ixname -c 1
$ nsscacheindex -s /etc/gshadow.cache -d /etc/gshadow.cache.ixname -c 1
```