First page Back Continue Last page Overview Graphics
arquivos: stat
stat , fstat e lstat -
obtendo informações sobre arquivos
(lstat não segue links simbólicos)
- #include <sys/stat.h>
#include <unistd.h>
- struct stat *buf;
int stat(const char *file_name, struct stat *buf);
int fstat(int filedes, struct stat *buf);
int lstat(const char *file_name, struct stat *buf);