Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   statx    ( 2 )

получить статус файла (расширенный) (get file status (extended))

  Name  |    Synopsis    |  Description  |  Return value  |  Error  |  Versions  |  Conforming to  |  See also  |

Синопсис (Synopsis)

#include <fcntl.h> /* Definition of AT_* constants */ #include <sys/stat.h>

int statx(int dirfd, const char *restrict pathname, int flags, unsigned int mask, struct statx *restrict statxbuf);