Section: Linux Programmer's Manual (2) Updated: 2014-08-19 Index JM Home Page roff page 名前 stat, fstat, lstat, fstatat - ファイルの状態を取得する 書式 #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> int stat(const char *pathname, struct stat *buf); int fstat(int fd, struct stat *buf); int lstat(const char *pathname, struct stat *buf); #include <fcntl.h> /* AT_* 定数の定義 */ #include <sys/stat.h> in