Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

statvfs, statvfs64 - Dateisystem-Informationen lesen

&pagelevel(4)&pagelevel

Definition

#include <sys/statvfs.h>
#include <sys/types.h>

int statvfs (const char *path, struct statvfs *buf);
int statvfs64 (const char *path, struct statvfs64 *buf);

Beschreibung

Siehe fstatvfs().