Question

Is there an easy to use library that I can use for checking disk quotas? I need to modify a piece of software I have to implement this functionality.

Was it helpful?

Solution

Can't you just use quotactl?

int quotactl(int cmd, const char *special, int id, caddr_t addr);
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top