Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mdlayher/quota

Package quota provides access to Linux quota netlink notifications. MIT Licensed.
https://github.com/mdlayher/quota

Last synced: 6 days ago
JSON representation

Package quota provides access to Linux quota netlink notifications. MIT Licensed.

Awesome Lists containing this project

README

        

# quota [![builds.sr.ht status](https://builds.sr.ht/~mdlayher/quota.svg)](https://builds.sr.ht/~mdlayher/quota?) [![GoDoc](https://godoc.org/github.com/mdlayher/quota?status.svg)](https://godoc.org/github.com/mdlayher/quota) [![Go Report Card](https://goreportcard.com/badge/github.com/mdlayher/quota)](https://goreportcard.com/report/github.com/mdlayher/quota)

Package `quota` provides access to Linux quota netlink notifications.

Quota notifications occur when a user or group's disk quota is exceeded, or when
disk usage falls below a given quota.

For more information on quotas, please see
.

MIT Licensed.