Synchronous fstat. fstat() is identical to stat(), except that the file to be stat-ed is specified by the file descriptor fd.
fstat
fstat()
stat()
fd
Optional
Synchronous
fstat
.fstat()
is identical tostat()
, except that the file to be stat-ed is specified by the file descriptorfd
.