Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/chronos-tachyon/nsscacheindex
- Owner: chronos-tachyon
- License: bsd-2-clause
- Created: 2022-04-01T18:47:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-01T19:10:53.000Z (almost 3 years ago)
- Last Synced: 2024-11-16T02:36:03.727Z (2 months ago)
- Language: Go
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nsscacheindex
Generates binary search index files for libnss-cacheUsage:
```
$ 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
```