What C++ library can I use to check disk quotas on linux? -


is there easy use library can use checking disk quotas? need modify piece of software have implement functionality.

can't use quotactl?

int quotactl(int cmd, const char *special, int id, caddr_t addr); 

Comments

Popular posts from this blog

linux - Mailx and Gmail nss config dir -

c# - Is it possible to remove an existing registration from Autofac container builder? -

php - Mysql PK and FK char(36) vs int(10) -