/[emacs]/emacs/lispref/files.texi
ViewVC logotype

Diff of /emacs/lispref/files.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.42.4.2 by miles, Tue Oct 14 23:10:11 2003 UTC revision 1.42.4.3 by miles, Fri Nov 21 00:35:46 2003 UTC
# Line 993  then the file is executable by all users Line 993  then the file is executable by all users
993  is 1, then the file is writable by all users, etc.  is 1, then the file is writable by all users, etc.
994    
995  The highest value returnable is 4095 (7777 octal), meaning that  The highest value returnable is 4095 (7777 octal), meaning that
996  everyone has read, write, and execute permission, that the @sc{suid} bit  everyone has read, write, and execute permission, that the @acronym{SUID} bit
997  is set for both others and group, and that the sticky bit is set.  is set for both others and group, and that the sticky bit is set.
998    
999  @example  @example
# Line 1066  links, can be created by using the @code Line 1066  links, can be created by using the @code
1066  (@pxref{Changing Files}).  (@pxref{Changing Files}).
1067    
1068  @item  @item
1069  The file's @sc{uid}.  The file's @acronym{UID}.
1070    
1071  @item  @item
1072  The file's @sc{gid}.  The file's @acronym{GID}.
1073    
1074  @item  @item
1075  The time of last access, as a list of two integers.  The time of last access, as a list of two integers.
# Line 1092  The file's modes, as a string of ten let Line 1092  The file's modes, as a string of ten let
1092  as in @samp{ls -l}.  as in @samp{ls -l}.
1093    
1094  @item  @item
1095  @code{t} if the file's @sc{gid} would change if file were  @code{t} if the file's @acronym{GID} would change if file were
1096  deleted and recreated; @code{nil} otherwise.  deleted and recreated; @code{nil} otherwise.
1097    
1098  @item  @item
# Line 1136  has only one name (the name @file{files. Line 1136  has only one name (the name @file{files.
1136  directory).  directory).
1137    
1138  @item 2235  @item 2235
1139  is owned by the user with @sc{uid} 2235.  is owned by the user with @acronym{UID} 2235.
1140    
1141  @item 75  @item 75
1142  is in the group with @sc{gid} 75.  is in the group with @acronym{GID} 75.
1143    
1144  @item (8489 20284)  @item (8489 20284)
1145  was last accessed on Aug 19 00:09.  was last accessed on Aug 19 00:09.
# Line 1158  if some of the bytes belong to multibyte Line 1158  if some of the bytes belong to multibyte
1158  has a mode of read and write access for the owner, group, and world.  has a mode of read and write access for the owner, group, and world.
1159    
1160  @item nil  @item nil
1161  would retain the same @sc{gid} if it were recreated.  would retain the same @acronym{GID} if it were recreated.
1162    
1163  @item 129500  @item 129500
1164  has an inode number of 129500.  has an inode number of 129500.

Legend:
Removed from v.1.42.4.2  
changed lines
  Added in v.1.42.4.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26