| Line 1... |
Line 1... |
| 1 |
% File src/library/base/man/file.info.Rd
|
1 |
% File src/library/base/man/file.info.Rd
|
| 2 |
% Part of the R package, https://www.R-project.org
|
2 |
% Part of the R package, https://www.R-project.org
|
| 3 |
% Copyright 1995-2022 R Core Team
|
3 |
% Copyright 1995-2024 R Core Team
|
| 4 |
% Distributed under GPL 2 or later
|
4 |
% Distributed under GPL 2 or later
|
| 5 |
|
5 |
|
| 6 |
\name{file.info}
|
6 |
\name{file.info}
|
| 7 |
\alias{file.info}
|
7 |
\alias{file.info}
|
| 8 |
\alias{file.mode}
|
8 |
\alias{file.mode}
|
| Line 79... |
Line 79... |
| 79 |
\item{exe:}{character indicating the sort of executable. Possible
|
79 |
\item{exe:}{character indicating the sort of executable. Possible
|
| 80 |
values are \code{"no"}, \code{"msdos"}, \code{"win16"},
|
80 |
values are \code{"no"}, \code{"msdos"}, \code{"win16"},
|
| 81 |
\code{"win32"}, \code{"win64"} and \code{"unknown"}. Note that a
|
81 |
\code{"win32"}, \code{"win64"} and \code{"unknown"}. Note that a
|
| 82 |
file (e.g., a script file) can be executable according to the mode
|
82 |
file (e.g., a script file) can be executable according to the mode
|
| 83 |
bits but not executable in this sense.}
|
83 |
bits but not executable in this sense.}
|
| - |
|
84 |
\item{uname:}{character, user name.}
|
| - |
|
85 |
\item{udomain:}{character, user domain name.}
|
| - |
|
86 |
User name and domain will be \code{NA} when they cannot be resolved,
|
| - |
|
87 |
e.g. because of insufficient permissions or a network failure.
|
| 84 |
}}
|
88 |
}}
|
| 85 |
}
|
89 |
}
|
| 86 |
|
90 |
|
| 87 |
If \code{extra_cols} is false, only the first six columns are
|
91 |
If \code{extra_cols} is false, only the first six columns are
|
| 88 |
returned: as these can all be found from a single C system call this
|
92 |
returned: as these can all be found from a single C system call this
|
| Line 90... |
Line 94... |
| 90 |
\sQuote{name service cache daemon} to speed up the name lookups.)
|
94 |
\sQuote{name service cache daemon} to speed up the name lookups.)
|
| 91 |
|
95 |
|
| 92 |
Entries for non-existent or non-readable files will be \code{NA}.
|
96 |
Entries for non-existent or non-readable files will be \code{NA}.
|
| 93 |
|
97 |
|
| 94 |
The \code{uid}, \code{gid}, \code{uname} and \code{grname} columns
|
98 |
The \code{uid}, \code{gid}, \code{uname} and \code{grname} columns
|
| 95 |
may not be supplied on a non-POSIX Unix-alike system, and will not be
|
99 |
may not be supplied on a non-POSIX Unix-alike system, and except
|
| 96 |
on Windows.
|
100 |
\code{uname} will not be on Windows.
|
| 97 |
|
101 |
|
| 98 |
What is meant by the three file times depends on the OS and file
|
102 |
What is meant by the three file times depends on the OS and file
|
| 99 |
system. On Windows native file systems \code{ctime} is the file
|
103 |
system. On Windows native file systems \code{ctime} is the file
|
| 100 |
creation time (something which is not recorded on most Unix-alike file
|
104 |
creation time (something which is not recorded on most Unix-alike file
|
| 101 |
systems). What is meant by \sQuote{file access} and hence the
|
105 |
systems). What is meant by \sQuote{file access} and hence the
|