[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: file descriptor VS file handle



coreyh@free.fr wrote: 
> In linux systems, are file descriptor and file handle meaning the same
> stuff?


Almost.

A file handle is a variable that can hold a file descriptor. You
might reuse the file handle to hold a different file descriptor
later.

-dsr-


Reply to: