Lines Matching full:links
36 Symbolic links are files that act as pointers to other files.
37 To understand their behavior, you must first understand how hard links
43 Hard links may not refer to directories and may not reference files
47 For this reason, symbolic links may reference directories and may span
60 Symbolic links are handled either by operating on the link itself,
66 Symbolic links may reference other symbolic links,
67 in which case the links are dereferenced until an object that is
72 links that may be followed, and an error results if this limit is
80 Symbolic links used as file name arguments for system calls.
82 Symbolic links specified as command line arguments to utilities that
85 Symbolic links encountered by utilities that are traversing a file tree
90 The first area is symbolic links used as file name arguments for
93 Except as noted below, all system calls follow symbolic links.
103 There are thirteen system calls that do not follow links, and which operate
124 it also does not follow symbolic links.
137 system call does not follow symbolic links
142 The following system calls follow symbolic links
175 has been changed to follow symbolic links.
182 The second area is symbolic links, specified as command line file
185 Except as noted below, commands follow symbolic links named as command
227 commands do not follow symbolic links named as arguments,
243 command follows symbolic links named as arguments if the
269 commands do not follow symbolic links named as argument by default,
270 but do follow symbolic links named as argument if the
282 commands follow symbolic links specified on the command line.
299 symbolic links encountered during the file tree traversal and symbolic
300 links listed as command line arguments.
302 The first rule applies to symbolic links that reference files that are
304 Operations that apply to symbolic links are performed on the links
305 themselves, but otherwise the links are ignored.
311 as well as any symbolic links encountered in the tree traversal of
313 because symbolic links may be removed.
320 The second rule applies to symbolic links that reference files of type
322 Symbolic links which reference files of type directory are never
329 walk (where symbolic links referencing directories are followed).
332 walk follow any symbolic links named on the command line, regardless
357 flag causes symbolic links specified on the command line to be
363 walk follow any symbolic links named on the command line, as well as
364 any symbolic links encountered during the traversal, regardless of
388 In addition, if any symbolic links are encountered in any file tree that
449 will follow symbolic links specified on the command line.
454 follows all symbolic links,