From b87886278f35569edd22817c87242134298250af Mon Sep 17 00:00:00 2001
From: Hans Bolinder A file descriptor representing a file opened in As returned by
-
The
The record
Size of file in bytes.
The type of the file.
The current system access to the file.
The last time the file was read.
The last time the file was written.
The interpretation of this time field depends on the operating system. On Unix, it is the last time the file or the inode was changed. In Windows, it is the create time.
The file permissions as the sum of the following bit values:
@@ -1309,33 +1314,33 @@On Unix platforms, other bits than those listed above may be set.
Number of links to the file (this will always be 1 for file systems which have no concept of links).
Identifies the file system where the file is located. In Windows, the number indicates a drive as follows: 0 means A:, 1 means B:, and so on.
Only valid for character devices on Unix. In all other cases, this field is zero.
Gives the
Indicates the owner of the file. Will be zero for non-Unix file systems.
Gives the group that the owner of the file belongs to. Will be zero for non-Unix file systems.
@@ -1766,22 +1771,22 @@The following fields are used from the record, if they are given.
The last time the file was read.
The last time the file was written.
On Unix, any value give for this field will be ignored (the "ctime" for the file will be set to the current time). On Windows, this field is the new creation time to set for the file.
The file permissions as the sum of the following bit values:
@@ -1812,15 +1817,15 @@On Unix platforms, other bits than those listed above may be set.
Indicates the owner of the file. Ignored for non-Unix file systems.
Gives the group that the owner of the file belongs to. - Ignored non-Unix file systems.
+ Ignored for non-Unix file systems.Typical error reasons:
-- cgit v1.2.3