Skip to content

infinitetactics/fsquota

 
 

Repository files navigation

fsquota

license GoDoc Build Status Go Report Card

fsquota is a native Go library for interacting with (Linux) filesystem quotas. This library does not make use of cgo or invoke external commands, but rather interacts directly with the kernel interface by use of syscalls. This library was originally written by the Anexia R&D team. This repository has a few modifications for our use by InfiniteTactics.t

Portability

fsquota has been developed with Linux in mind and as such only supports Linux for now. Support for other platforms may be added in the future.

fsqm

This repository also ships fsqm, a simple command line interface to filesystem quotas. fsqm provides the ability to retrieve user and group quota reports and management of user and group quotas.

Status

The current release is v0.1.8.

Changes to fsquota are subject to semantic versioning.

License

fsquota is licensed under the terms of the MIT license.

About

Native Go library and CLI for managing filesystem quotas

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Go 97.3%
  • Shell 2.7%