The R Project SVN R

Rev

Rev 68948 | Rev 83045 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 76964
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-2015 R Core Team
3
% Copyright 1995-2019 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 34... Line 34...
34
 
34
 
35
  The file \sQuote{mode} follows POSIX conventions, giving three octal
35
  The file \sQuote{mode} follows POSIX conventions, giving three octal
36
  digits summarizing the permissions for the file owner, the owner's
36
  digits summarizing the permissions for the file owner, the owner's
37
  group and for anyone respectively.  Each digit is the logical
37
  group and for anyone respectively.  Each digit is the logical
38
  \emph{or} of read (4), write (2) and execute/search (1) permissions.
38
  \emph{or} of read (4), write (2) and execute/search (1) permissions.
-
 
39
  
-
 
40
  See \link{files} for how file paths with marked encodings are interpreted.
39
 
41
  
40
#ifdef unix
42
#ifdef unix
41
  On most systems symbolic links are followed, so information is given
43
  On most systems symbolic links are followed, so information is given
42
  about the file to which the link points rather than about the link.
44
  about the file to which the link points rather than about the link.
43
#endif
45
#endif
44
#ifdef windows
46
#ifdef windows