Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mdlayher/quota
- Owner: mdlayher
- License: mit
- Created: 2019-04-20T03:14:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-20T04:00:06.000Z (over 5 years ago)
- Last Synced: 2024-10-31T04:50:45.793Z (13 days ago)
- Language: Go
- Size: 5.86 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.