This file is indexed.

/usr/share/doc/glibc-doc/html/libc_11.html is in glibc-doc 2.15-0ubuntu10.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html401/loose.dtd">
<html>
<!-- This file documents the GNU C library.

This is Edition 0.13, last updated 2011-07-19,
of The GNU C Library Reference Manual, for version
2.14 (Ubuntu EGLIBC 2.15-0ubuntu10) .

Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002,
2003, 2007, 2008, 2010, 2011 Free Software Foundation, Inc.

Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with the
Invariant Sections being "Free Software Needs Free Documentation"
and "GNU Lesser General Public License", the Front-Cover texts being
"A GNU Manual", and with the Back-Cover Texts as in (a) below.  A
copy of the license is included in the section entitled "GNU Free
Documentation License".

(a) The FSF's Back-Cover Text is: "You have the freedom to
copy and modify this GNU manual.  Buying copies from the FSF
supports it in developing GNU and promoting software freedom."
 -->
<!-- Created on April 20, 2012 by texi2html 1.82
texi2html was written by: 
            Lionel Cons <Lionel.Cons@cern.ch> (original author)
            Karl Berry  <karl@freefriends.org>
            Olaf Bachmann <obachman@mathematik.uni-kl.de>
            and many others.
Maintained by: Many creative people.
Send bugs and suggestions to <texi2html-bug@nongnu.org>
-->
<head>
<title>The GNU C Library: 11. Input/Output Overview</title>

<meta name="description" content="The GNU C Library: 11. Input/Output Overview">
<meta name="keywords" content="The GNU C Library: 11. Input/Output Overview">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2html 1.82">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css">
<!--
a.summary-letter {text-decoration: none}
blockquote.smallquotation {font-size: smaller}
pre.display {font-family: serif}
pre.format {font-family: serif}
pre.menu-comment {font-family: serif}
pre.menu-preformatted {font-family: serif}
pre.smalldisplay {font-family: serif; font-size: smaller}
pre.smallexample {font-size: smaller}
pre.smallformat {font-family: serif; font-size: smaller}
pre.smalllisp {font-size: smaller}
span.roman {font-family:serif; font-weight:normal;}
span.sansserif {font-family:sans-serif; font-weight:normal;}
ul.toc {list-style: none}
-->
</style>


</head>

<body lang="en" bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000">

<a name="I_002fO-Overview"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="libc_10.html#Variable-Substitution" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#I_002fO-Concepts" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="libc_10.html#Pattern-Matching" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="libc.html#Top" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[<a href="libc_12.html#I_002fO-on-Streams" title="Next chapter"> &gt;&gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="libc.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[<a href="libc_toc.html#SEC_Contents" title="Table of contents">Contents</a>]</td>
<td valign="middle" align="left">[<a href="libc_42.html#Concept-Index" title="Index">Index</a>]</td>
<td valign="middle" align="left">[<a href="libc_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="Input_002fOutput-Overview"></a>
<h1 class="chapter">11. Input/Output Overview</h1>

<p>Most programs need to do either input (reading data) or output (writing
data), or most frequently both, in order to do anything useful.  The GNU
C library provides such a large selection of input and output functions
that the hardest part is often deciding which function is most
appropriate!
</p>
<p>This chapter introduces concepts and terminology relating to input
and output.  Other chapters relating to the GNU I/O facilities are:
</p>
<ul>
<li>
<a href="libc_12.html#I_002fO-on-Streams">Input/Output on Streams</a>, which covers the high-level functions
that operate on streams, including formatted input and output.

</li><li>
<a href="libc_13.html#Low_002dLevel-I_002fO">Low-Level Input/Output</a>, which covers the basic I/O and control
functions on file descriptors.

</li><li>
<a href="libc_14.html#File-System-Interface">File System Interface</a>, which covers functions for operating on
directories and for manipulating file attributes such as access modes
and ownership.

</li><li>
<a href="libc_15.html#Pipes-and-FIFOs">Pipes and FIFOs</a>, which includes information on the basic interprocess
communication facilities.

</li><li>
<a href="libc_16.html#Sockets">Sockets</a>, which covers a more complicated interprocess communication
facility with support for networking.

</li><li>
<a href="libc_17.html#Low_002dLevel-Terminal-Interface">Low-Level Terminal Interface</a>, which covers functions for changing
how input and output to terminals or other serial devices are processed.
</li></ul>


<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top"><a href="#I_002fO-Concepts">11.1 Input/Output Concepts</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">       Some basic information and terminology.
</td></tr>
<tr><td align="left" valign="top"><a href="#File-Names">11.2 File Names</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">         How to refer to a file.
</td></tr>
</table>

<hr size="6">
<a name="I_002fO-Concepts"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#I_002fO-Overview" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Streams-and-File-Descriptors" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="#I_002fO-Overview" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#I_002fO-Overview" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[<a href="libc_12.html#I_002fO-on-Streams" title="Next chapter"> &gt;&gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="libc.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[<a href="libc_toc.html#SEC_Contents" title="Table of contents">Contents</a>]</td>
<td valign="middle" align="left">[<a href="libc_42.html#Concept-Index" title="Index">Index</a>]</td>
<td valign="middle" align="left">[<a href="libc_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="Input_002fOutput-Concepts"></a>
<h2 class="section">11.1 Input/Output Concepts</h2>

<p>Before you can read or write the contents of a file, you must establish
a connection or communications channel to the file.  This process is
called <em>opening</em> the file.  You can open a file for reading, writing,
or both.
<a name="index-opening-a-file"></a>
</p>
<p>The connection to an open file is represented either as a stream or as a
file descriptor.  You pass this as an argument to the functions that do
the actual read or write operations, to tell them which file to operate
on.  Certain functions expect streams, and others are designed to
operate on file descriptors.
</p>
<p>When you have finished reading to or writing from the file, you can
terminate the connection by <em>closing</em> the file.  Once you have
closed a stream or file descriptor, you cannot do any more input or
output operations on it.
</p>
<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top"><a href="#Streams-and-File-Descriptors">11.1.1 Streams and File Descriptors</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">    The GNU Library provides two ways
			             to access the contents of files.
</td></tr>
<tr><td align="left" valign="top"><a href="#File-Position">11.1.2 File Position</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">                   The number of bytes from the
                                     beginning of the file.
</td></tr>
</table>

<hr size="6">
<a name="Streams-and-File-Descriptors"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#I_002fO-Concepts" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#File-Position" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="#I_002fO-Overview" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#I_002fO-Concepts" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[<a href="libc_12.html#I_002fO-on-Streams" title="Next chapter"> &gt;&gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="libc.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[<a href="libc_toc.html#SEC_Contents" title="Table of contents">Contents</a>]</td>
<td valign="middle" align="left">[<a href="libc_42.html#Concept-Index" title="Index">Index</a>]</td>
<td valign="middle" align="left">[<a href="libc_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="Streams-and-File-Descriptors-1"></a>
<h3 class="subsection">11.1.1 Streams and File Descriptors</h3>

<p>When you want to do input or output to a file, you have a choice of two
basic mechanisms for representing the connection between your program
and the file: file descriptors and streams.  File descriptors are
represented as objects of type <code>int</code>, while streams are represented
as <code>FILE *</code> objects.
</p>
<p>File descriptors provide a primitive, low-level interface to input and
output operations.  Both file descriptors and streams can represent a
connection to a device (such as a terminal), or a pipe or socket for
communicating with another process, as well as a normal file.  But, if
you want to do control operations that are specific to a particular kind
of device, you must use a file descriptor; there are no facilities to
use streams in this way.  You must also use file descriptors if your
program needs to do input or output in special modes, such as
nonblocking (or polled) input (see section <a href="libc_13.html#File-Status-Flags">File Status Flags</a>).
</p>
<p>Streams provide a higher-level interface, layered on top of the
primitive file descriptor facilities.  The stream interface treats all
kinds of files pretty much alike&mdash;the sole exception being the three
styles of buffering that you can choose (see section <a href="libc_12.html#Stream-Buffering">Stream Buffering</a>).
</p>
<p>The main advantage of using the stream interface is that the set of
functions for performing actual input and output operations (as opposed
to control operations) on streams is much richer and more powerful than
the corresponding facilities for file descriptors.  The file descriptor
interface provides only simple functions for transferring blocks of
characters, but the stream interface also provides powerful formatted
input and output functions (<code>printf</code> and <code>scanf</code>) as well as
functions for character- and line-oriented input and output.
</p>
<p>Since streams are implemented in terms of file descriptors, you can
extract the file descriptor from a stream and perform low-level
operations directly on the file descriptor.  You can also initially open
a connection as a file descriptor and then make a stream associated with
that file descriptor.
</p>
<p>In general, you should stick with using streams rather than file
descriptors, unless there is some specific operation you want to do that
can only be done on a file descriptor.  If you are a beginning
programmer and aren&rsquo;t sure what functions to use, we suggest that you
concentrate on the formatted input functions (see section <a href="libc_12.html#Formatted-Input">Formatted Input</a>)
and formatted output functions (see section <a href="libc_12.html#Formatted-Output">Formatted Output</a>).
</p>
<p>If you are concerned about portability of your programs to systems other
than GNU, you should also be aware that file descriptors are not as
portable as streams.  You can expect any system running ISO C to
support streams, but non-GNU systems may not support file descriptors at
all, or may only implement a subset of the GNU functions that operate on
file descriptors.  Most of the file descriptor functions in the GNU
library are included in the POSIX.1 standard, however.
</p>
<hr size="6">
<a name="File-Position"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#Streams-and-File-Descriptors" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#File-Names" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="#I_002fO-Overview" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#I_002fO-Concepts" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[<a href="libc_12.html#I_002fO-on-Streams" title="Next chapter"> &gt;&gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="libc.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[<a href="libc_toc.html#SEC_Contents" title="Table of contents">Contents</a>]</td>
<td valign="middle" align="left">[<a href="libc_42.html#Concept-Index" title="Index">Index</a>]</td>
<td valign="middle" align="left">[<a href="libc_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="File-Position-1"></a>
<h3 class="subsection">11.1.2 File Position</h3>

<p>One of the attributes of an open file is its <em>file position</em> that
keeps track of where in the file the next character is to be read or
written.  In the GNU system, and all POSIX.1 systems, the file position
is simply an integer representing the number of bytes from the beginning
of the file.
</p>
<p>The file position is normally set to the beginning of the file when it
is opened, and each time a character is read or written, the file
position is incremented.  In other words, access to the file is normally
<em>sequential</em>.
<a name="index-file-position"></a>
<a name="index-sequential_002daccess-files"></a>
</p>
<p>Ordinary files permit read or write operations at any position within
the file.  Some other kinds of files may also permit this.  Files which
do permit this are sometimes referred to as <em>random-access</em> files.
You can change the file position using the <code>fseek</code> function on a
stream (see section <a href="libc_12.html#File-Positioning">File Positioning</a>) or the <code>lseek</code> function on a file
descriptor (see section <a href="libc_13.html#I_002fO-Primitives">Input and Output Primitives</a>).  If you try to change the file
position on a file that doesn&rsquo;t support random access, you get the
<code>ESPIPE</code> error.
<a name="index-random_002daccess-files"></a>
</p>
<p>Streams and descriptors that are opened for <em>append access</em> are
treated specially for output: output to such files is <em>always</em>
appended sequentially to the <em>end</em> of the file, regardless of the
file position.  However, the file position is still used to control where in
the file reading is done.
<a name="index-append_002daccess-files"></a>
</p>
<p>If you think about it, you&rsquo;ll realize that several programs can read a
given file at the same time.  In order for each program to be able to
read the file at its own pace, each program must have its own file
pointer, which is not affected by anything the other programs do.
</p>
<p>In fact, each opening of a file creates a separate file position.
Thus, if you open a file twice even in the same program, you get two
streams or descriptors with independent file positions.
</p>
<p>By contrast, if you open a descriptor and then duplicate it to get
another descriptor, these two descriptors share the same file position:
changing the file position of one descriptor will affect the other.
</p>
<hr size="6">
<a name="File-Names"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#File-Position" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#Directories" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="#I_002fO-Overview" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#I_002fO-Overview" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[<a href="libc_12.html#I_002fO-on-Streams" title="Next chapter"> &gt;&gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="libc.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[<a href="libc_toc.html#SEC_Contents" title="Table of contents">Contents</a>]</td>
<td valign="middle" align="left">[<a href="libc_42.html#Concept-Index" title="Index">Index</a>]</td>
<td valign="middle" align="left">[<a href="libc_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="File-Names-1"></a>
<h2 class="section">11.2 File Names</h2>

<p>In order to open a connection to a file, or to perform other operations
such as deleting a file, you need some way to refer to the file.  Nearly
all files have names that are strings&mdash;even files which are actually
devices such as tape drives or terminals.  These strings are called
<em>file names</em>.  You specify the file name to say which file you want
to open or operate on.
</p>
<p>This section describes the conventions for file names and how the
operating system works with them.
<a name="index-file-name"></a>
</p>
<table class="menu" border="0" cellspacing="0">
<tr><td align="left" valign="top"><a href="#Directories">11.2.1 Directories</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">                 Directories contain entries for files.
</td></tr>
<tr><td align="left" valign="top"><a href="#File-Name-Resolution">11.2.2 File Name Resolution</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">        A file name specifies how to look up a file.
</td></tr>
<tr><td align="left" valign="top"><a href="#File-Name-Errors">11.2.3 File Name Errors</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">            Error conditions relating to file names.
</td></tr>
<tr><td align="left" valign="top"><a href="#File-Name-Portability">11.2.4 Portability of File Names</a></td><td>&nbsp;&nbsp;</td><td align="left" valign="top">       File name portability and syntax issues.
</td></tr>
</table>


<hr size="6">
<a name="Directories"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#File-Names" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#File-Name-Resolution" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="#I_002fO-Overview" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#File-Names" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[<a href="libc_12.html#I_002fO-on-Streams" title="Next chapter"> &gt;&gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="libc.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[<a href="libc_toc.html#SEC_Contents" title="Table of contents">Contents</a>]</td>
<td valign="middle" align="left">[<a href="libc_42.html#Concept-Index" title="Index">Index</a>]</td>
<td valign="middle" align="left">[<a href="libc_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="Directories-1"></a>
<h3 class="subsection">11.2.1 Directories</h3>

<p>In order to understand the syntax of file names, you need to understand
how the file system is organized into a hierarchy of directories.
</p>
<a name="index-directory"></a>
<a name="index-link"></a>
<a name="index-directory-entry"></a>
<p>A <em>directory</em> is a file that contains information to associate other
files with names; these associations are called <em>links</em> or
<em>directory entries</em>.  Sometimes, people speak of &ldquo;files in a
directory&rdquo;, but in reality, a directory only contains pointers to
files, not the files themselves.
</p>
<a name="index-file-name-component"></a>
<p>The name of a file contained in a directory entry is called a <em>file
name component</em>.  In general, a file name consists of a sequence of one
or more such components, separated by the slash character (&lsquo;<samp>/</samp>&rsquo;).  A
file name which is just one component names a file with respect to its
directory.  A file name with multiple components names a directory, and
then a file in that directory, and so on.
</p>
<p>Some other documents, such as the POSIX standard, use the term
<em>pathname</em> for what we call a file name, and either <em>filename</em>
or <em>pathname component</em> for what this manual calls a file name
component.  We don&rsquo;t use this terminology because a &ldquo;path&rdquo; is
something completely different (a list of directories to search), and we
think that &ldquo;pathname&rdquo; used for something else will confuse users.  We
always use &ldquo;file name&rdquo; and &ldquo;file name component&rdquo; (or sometimes just
&ldquo;component&rdquo;, where the context is obvious) in GNU documentation.  Some
macros use the POSIX terminology in their names, such as
<code>PATH_MAX</code>.  These macros are defined by the POSIX standard, so we
cannot change their names.
</p>
<p>You can find more detailed information about operations on directories
in <a href="libc_14.html#File-System-Interface">File System Interface</a>.
</p>
<hr size="6">
<a name="File-Name-Resolution"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#Directories" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#File-Name-Errors" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="#I_002fO-Overview" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#File-Names" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[<a href="libc_12.html#I_002fO-on-Streams" title="Next chapter"> &gt;&gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="libc.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[<a href="libc_toc.html#SEC_Contents" title="Table of contents">Contents</a>]</td>
<td valign="middle" align="left">[<a href="libc_42.html#Concept-Index" title="Index">Index</a>]</td>
<td valign="middle" align="left">[<a href="libc_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="File-Name-Resolution-1"></a>
<h3 class="subsection">11.2.2 File Name Resolution</h3>

<p>A file name consists of file name components separated by slash
(&lsquo;<samp>/</samp>&rsquo;) characters.  On the systems that the GNU C library supports,
multiple successive &lsquo;<samp>/</samp>&rsquo; characters are equivalent to a single
&lsquo;<samp>/</samp>&rsquo; character.
</p>
<a name="index-file-name-resolution"></a>
<p>The process of determining what file a file name refers to is called
<em>file name resolution</em>.  This is performed by examining the
components that make up a file name in left-to-right order, and locating
each successive component in the directory named by the previous
component.  Of course, each of the files that are referenced as
directories must actually exist, be directories instead of regular
files, and have the appropriate permissions to be accessible by the
process; otherwise the file name resolution fails.
</p>
<a name="index-root-directory"></a>
<a name="index-absolute-file-name"></a>
<p>If a file name begins with a &lsquo;<samp>/</samp>&rsquo;, the first component in the file
name is located in the <em>root directory</em> of the process (usually all
processes on the system have the same root directory).  Such a file name
is called an <em>absolute file name</em>.
</p>
<a name="index-relative-file-name"></a>
<p>Otherwise, the first component in the file name is located in the
current working directory (see section <a href="libc_14.html#Working-Directory">Working Directory</a>).  This kind of
file name is called a <em>relative file name</em>.
</p>
<a name="index-parent-directory"></a>
<p>The file name components &lsquo;<tt>.</tt>&rsquo; (&ldquo;dot&rdquo;) and &lsquo;<tt>..</tt>&rsquo; (&ldquo;dot-dot&rdquo;)
have special meanings.  Every directory has entries for these file name
components.  The file name component &lsquo;<tt>.</tt>&rsquo; refers to the directory
itself, while the file name component &lsquo;<tt>..</tt>&rsquo; refers to its
<em>parent directory</em> (the directory that contains the link for the
directory in question).  As a special case, &lsquo;<tt>..</tt>&rsquo; in the root
directory refers to the root directory itself, since it has no parent;
thus &lsquo;<tt>/..</tt>&rsquo; is the same as &lsquo;<tt>/</tt>&rsquo;.
</p>
<p>Here are some examples of file names:
</p>
<dl compact="compact">
<dt> &lsquo;<tt>/a</tt>&rsquo;</dt>
<dd><p>The file named &lsquo;<tt>a</tt>&rsquo;, in the root directory.
</p>
</dd>
<dt> &lsquo;<tt>/a/b</tt>&rsquo;</dt>
<dd><p>The file named &lsquo;<tt>b</tt>&rsquo;, in the directory named &lsquo;<tt>a</tt>&rsquo; in the root directory.
</p>
</dd>
<dt> &lsquo;<tt>a</tt>&rsquo;</dt>
<dd><p>The file named &lsquo;<tt>a</tt>&rsquo;, in the current working directory.
</p>
</dd>
<dt> &lsquo;<tt>/a/./b</tt>&rsquo;</dt>
<dd><p>This is the same as &lsquo;<tt>/a/b</tt>&rsquo;.
</p>
</dd>
<dt> &lsquo;<tt>./a</tt>&rsquo;</dt>
<dd><p>The file named &lsquo;<tt>a</tt>&rsquo;, in the current working directory.
</p>
</dd>
<dt> &lsquo;<tt>../a</tt>&rsquo;</dt>
<dd><p>The file named &lsquo;<tt>a</tt>&rsquo;, in the parent directory of the current working
directory.
</p></dd>
</dl>

<p>A file name that names a directory may optionally end in a &lsquo;<samp>/</samp>&rsquo;.
You can specify a file name of &lsquo;<tt>/</tt>&rsquo; to refer to the root directory,
but the empty string is not a meaningful file name.  If you want to
refer to the current working directory, use a file name of &lsquo;<tt>.</tt>&rsquo; or
&lsquo;<tt>./</tt>&rsquo;.
</p>
<p>Unlike some other operating systems, the GNU system doesn&rsquo;t have any
built-in support for file types (or extensions) or file versions as part
of its file name syntax.  Many programs and utilities use conventions
for file names&mdash;for example, files containing C source code usually
have names suffixed with &lsquo;<samp>.c</samp>&rsquo;&mdash;but there is nothing in the file
system itself that enforces this kind of convention.
</p>
<hr size="6">
<a name="File-Name-Errors"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#File-Name-Resolution" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="#File-Name-Portability" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="#I_002fO-Overview" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#File-Names" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[<a href="libc_12.html#I_002fO-on-Streams" title="Next chapter"> &gt;&gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="libc.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[<a href="libc_toc.html#SEC_Contents" title="Table of contents">Contents</a>]</td>
<td valign="middle" align="left">[<a href="libc_42.html#Concept-Index" title="Index">Index</a>]</td>
<td valign="middle" align="left">[<a href="libc_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="File-Name-Errors-1"></a>
<h3 class="subsection">11.2.3 File Name Errors</h3>

<a name="index-file-name-errors"></a>
<a name="index-usual-file-name-errors"></a>

<p>Functions that accept file name arguments usually detect these
<code>errno</code> error conditions relating to the file name syntax or
trouble finding the named file.  These errors are referred to throughout
this manual as the <em>usual file name errors</em>.
</p>
<dl compact="compact">
<dt> <code>EACCES</code></dt>
<dd><p>The process does not have search permission for a directory component
of the file name.
</p>
</dd>
<dt> <code>ENAMETOOLONG</code></dt>
<dd><p>This error is used when either the total length of a file name is
greater than <code>PATH_MAX</code>, or when an individual file name component
has a length greater than <code>NAME_MAX</code>.  See section <a href="libc_31.html#Limits-for-Files">Limits on File System Capacity</a>.
</p>
<p>In the GNU system, there is no imposed limit on overall file name
length, but some file systems may place limits on the length of a
component.
</p>
</dd>
<dt> <code>ENOENT</code></dt>
<dd><p>This error is reported when a file referenced as a directory component
in the file name doesn&rsquo;t exist, or when a component is a symbolic link
whose target file does not exist.  See section <a href="libc_14.html#Symbolic-Links">Symbolic Links</a>.
</p>
</dd>
<dt> <code>ENOTDIR</code></dt>
<dd><p>A file that is referenced as a directory component in the file name
exists, but it isn&rsquo;t a directory.
</p>
</dd>
<dt> <code>ELOOP</code></dt>
<dd><p>Too many symbolic links were resolved while trying to look up the file
name.  The system has an arbitrary limit on the number of symbolic links
that may be resolved in looking up a single file name, as a primitive
way to detect loops.  See section <a href="libc_14.html#Symbolic-Links">Symbolic Links</a>.
</p></dd>
</dl>


<hr size="6">
<a name="File-Name-Portability"></a>
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#File-Name-Errors" title="Previous section in reading order"> &lt; </a>]</td>
<td valign="middle" align="left">[<a href="libc_12.html#I_002fO-on-Streams" title="Next section in reading order"> &gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="#I_002fO-Overview" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="#File-Names" title="Up section"> Up </a>]</td>
<td valign="middle" align="left">[<a href="libc_12.html#I_002fO-on-Streams" title="Next chapter"> &gt;&gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="libc.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[<a href="libc_toc.html#SEC_Contents" title="Table of contents">Contents</a>]</td>
<td valign="middle" align="left">[<a href="libc_42.html#Concept-Index" title="Index">Index</a>]</td>
<td valign="middle" align="left">[<a href="libc_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<a name="Portability-of-File-Names"></a>
<h3 class="subsection">11.2.4 Portability of File Names</h3>

<p>The rules for the syntax of file names discussed in <a href="#File-Names">File Names</a>,
are the rules normally used by the GNU system and by other POSIX
systems.  However, other operating systems may use other conventions.
</p>
<p>There are two reasons why it can be important for you to be aware of
file name portability issues:
</p>
<ul>
<li>
If your program makes assumptions about file name syntax, or contains
embedded literal file name strings, it is more difficult to get it to
run under other operating systems that use different syntax conventions.

</li><li>
Even if you are not concerned about running your program on machines
that run other operating systems, it may still be possible to access
files that use different naming conventions.  For example, you may be
able to access file systems on another computer running a different
operating system over a network, or read and write disks in formats used
by other operating systems.
</li></ul>

<p>The ISO C standard says very little about file name syntax, only that
file names are strings.  In addition to varying restrictions on the
length of file names and what characters can validly appear in a file
name, different operating systems use different conventions and syntax
for concepts such as structured directories and file types or
extensions.  Some concepts such as file versions might be supported in
some operating systems and not by others.
</p>
<p>The POSIX.1 standard allows implementations to put additional
restrictions on file name syntax, concerning what characters are
permitted in file names and on the length of file name and file name
component strings.  However, in the GNU system, you do not need to worry
about these restrictions; any character except the null character is
permitted in a file name string, and there are no limits on the length
of file name strings.
</p><hr size="6">
<table cellpadding="1" cellspacing="1" border="0">
<tr><td valign="middle" align="left">[<a href="#I_002fO-Overview" title="Beginning of this chapter or previous chapter"> &lt;&lt; </a>]</td>
<td valign="middle" align="left">[<a href="libc_12.html#I_002fO-on-Streams" title="Next chapter"> &gt;&gt; </a>]</td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left"> &nbsp; </td>
<td valign="middle" align="left">[<a href="libc.html#Top" title="Cover (top) of document">Top</a>]</td>
<td valign="middle" align="left">[<a href="libc_toc.html#SEC_Contents" title="Table of contents">Contents</a>]</td>
<td valign="middle" align="left">[<a href="libc_42.html#Concept-Index" title="Index">Index</a>]</td>
<td valign="middle" align="left">[<a href="libc_abt.html#SEC_About" title="About (help)"> ? </a>]</td>
</tr></table>
<p>
 <font size="-1">
  This document was generated by <em>root</em> on <em>April 20, 2012</em> using <a href="http://www.nongnu.org/texi2html/"><em>texi2html 1.82</em></a>.
 </font>
 <br>

</p>
</body>
</html>