old-www/LDP/www.debian.org/doc/manuals/user/footnotes.html

218 lines
12 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1">
<title>Debian User Reference Manual (Obsolete Documentation) - Footnotes</title>
<link href="index.html" rel="start">
<link href=".html" rel="prev">
<link href=".html" rel="next">
<link href="index.html#contents" rel="contents">
<link href="index.html#copyright" rel="copyright">
<link href="ch1.html" rel="chapter" title="1 Introduction">
<link href="ch-logging-in.html" rel="chapter" title="2 Overview of a Debian GNU/Linux System">
<link href="ch-manpages.html" rel="chapter" title="3 Documentation">
<link href="ch-files.html" rel="chapter" title="4 Files and File Systems">
<link href="ch-shells.html" rel="chapter" title="5 Shells">
<link href="ch6.html" rel="chapter" title="6 Basic Commands and Tools">
<link href="ch7.html" rel="chapter" title="7 Advanced Commands and Tools">
<link href="ch-editors.html" rel="chapter" title="8 Text Editing">
<link href="ch9.html" rel="chapter" title="9 Text Processing">
<link href="ch10.html" rel="chapter" title="10 Programming">
<link href="ch11.html" rel="chapter" title="11 Science">
<link href="ch12.html" rel="chapter" title="12 Games">
<link href="ch13.html" rel="chapter" title="13 Sound">
<link href="ch14.html" rel="chapter" title="14 Image Manipulation">
<link href="ch15.html" rel="chapter" title="15 Networking">
<link href="ch16.html" rel="chapter" title="16 Databases">
<link href="ch-xwin.html" rel="chapter" title="17 X Windows">
<link href="ch18.html" rel="chapter" title="18 X Windows Managers">
<link href="ch19.html" rel="chapter" title="19 X Windows Applications">
<link href="ch20.html" rel="chapter" title="20 Index">
<link href="ch-files.html#s-files-basics" rel="section" title="4.1 Basic Concepts">
<link href="ch-files.html#s-files-commands" rel="section" title="4.2 Basic file commands - a tutorial">
<link href="ch-files.html#s-files-structure" rel="section" title="4.3 What files are on my Debian system? Where should I put my own files?">
<link href="ch-files.html#s-files-permissions" rel="section" title="4.4 File ownership and permissions">
<link href="ch-files.html#s-files-filesystems" rel="section" title="4.5 Filesystems">
<link href="ch-files.html#s-files-devices" rel="section" title="4.6 How to access particular devices (including hard disk partitions and floppy drives)">
<link href="ch-files.html#s-files-misc" rel="section" title="4.7 Miscellaneous topics">
<link href="ch-files.html#s-files-advanced" rel="section" title="4.8 Advanced Topics">
<link href="ch6.html#s6.1" rel="section" title="6.1 What this chapter covers">
<link href="ch6.html#s6.2" rel="section" title="6.2 Running commands">
<link href="ch6.html#s-regexp" rel="section" title="6.3 Regular expressions">
<link href="ch9.html#s9.1" rel="section" title="9.1 What this chapter covers">
<link href="ch9.html#s9.2" rel="section" title="9.2 Text processing">
<link href="ch9.html#s9.3" rel="section" title="9.3 LaTeX">
<link href="ch10.html#s10.1" rel="section" title="10.1 What this chapter covers">
<link href="ch11.html#s11.1" rel="section" title="11.1 What this chapter covers">
<link href="ch11.html#s11.2" rel="section" title="11.2 Plotting">
<link href="ch11.html#s11.3" rel="section" title="11.3 Combining diagrams">
<link href="ch16.html#s16.1" rel="section" title="16.1 What this chapter covers">
<link href="ch-files.html#s-files-permissions-groups" rel="subsection" title="4.4.1 Groups">
<link href="ch-files.html#s-files-permissions-mode" rel="subsection" title="4.4.2 Mode">
<link href="ch-files.html#s-files-permissions-tutorial" rel="subsection" title="4.4.3 Permissions in practice">
<link href="ch-files.html#s-files-devices-mounting" rel="subsection" title="4.6.1 Mounting a filesystem">
<link href="ch-files.html#s-files-devices-cdromexample" rel="subsection" title="4.6.2 Example: Mounting a CD-ROM">
<link href="ch-files.html#s-files-devices-fstab" rel="subsection" title="4.6.3 <samp>/etc/fstab</samp>: Automating the mount process">
<link href="ch-files.html#s-files-devices-removable" rel="subsection" title="4.6.4 Removable disks (floppies, Zip disks, etc.)">
<link href="ch-files.html#s-files-devices-preparing" rel="subsection" title="4.6.5 Preparing disks for use: formatting and creating a filesystem">
<link href="ch-files.html#s-files-misc-viewing" rel="subsection" title="4.7.1 Viewing the contents of files">
<link href="ch-files.html#s-files-misc-dotfiles" rel="subsection" title="4.7.2 Hidden files beginning with <samp>.</samp>">
<link href="ch-files.html#s-files-misc-find" rel="subsection" title="4.7.3 Finding a file on the system">
<link href="ch-files.html#s-files-misc-compression" rel="subsection" title="4.7.4 Compressing files with <samp>gzip</samp>">
<link href="ch-files.html#s-files-misc-split" rel="subsection" title="4.7.5 Splitting files into smaller parts">
<link href="ch-files.html#s-files-misc-diskspace" rel="subsection" title="4.7.6 Managing disk space">
<link href="ch-files.html#s-files-misc-tar" rel="subsection" title="4.7.7 Backups and large-scale file copying">
<link href="ch-files.html#s-files-misc-guessing" rel="subsection" title="4.7.8 Guessing a file's contents">
<link href="ch-files.html#s-files-misc-umask" rel="subsection" title="4.7.9 Defining default permissions with <samp>umask</samp>">
<link href="ch-files.html#s-files-advanced-hardlinks" rel="subsection" title="4.8.1 The real nature of files: hard links and inodes">
<link href="ch-files.html#s-files-advanced-types" rel="subsection" title="4.8.2 Types of files">
<link href="ch-files.html#s-files-advanced-types-symlinks" rel="subsection" title="4.8.2.1 Symbolic links">
<link href="ch-files.html#s-files-misc-types-devices" rel="subsection" title="4.8.2.2 Device files">
<link href="ch-files.html#s-files-advanced-types-devices-creating" rel="subsection" title="4.8.2.2.1 How to create device files.">
<link href="ch-files.html#s-files-advanced-types-devices-null" rel="subsection" title="4.8.2.2.2 <samp>/dev/null</samp>">
<link href="ch-files.html#s-files-advanced-types-pipes" rel="subsection" title="4.8.2.3 Named pipes (FIFOs)">
<link href="ch-files.html#s-files-advanced-types-sockets" rel="subsection" title="4.8.2.4 Sockets">
<link href="ch-files.html#s-files-advanced-proc" rel="subsection" title="4.8.3 The <samp>proc</samp> filesystem">
<link href="ch-files.html#s-files-advanced-permissions" rel="subsection" title="4.8.4 Advanced aspects of file permissions">
<link href="ch-files.html#s-files-advanced-permissions-absolute" rel="subsection" title="4.8.4.1 Using numeric arguments with <samp>chmod</samp>">
<link href="ch-files.html#s-files-advanced-permissions-suid" rel="subsection" title="4.8.4.2 Making files suid/sgid">
<link href="ch-files.html#s-files-advanced-permissions-sticky" rel="subsection" title="4.8.4.3 Setting the sticky bit">
<link href="ch-files.html#s-files-advanced-undocumented" rel="subsection" title="4.8.5 Other concepts not yet covered, but should be">
<link href="ch6.html#s6.2.1" rel="subsection" title="6.2.1 How to enter commands">
<link href="ch6.html#s6.2.2" rel="subsection" title="6.2.2 How Linux finds commands">
<link href="ch6.html#s6.2.3" rel="subsection" title="6.2.3 Command options">
<link href="ch6.html#s6.2.4" rel="subsection" title="6.2.4 Essential commands">
<link href="ch6.html#s6.2.4.1" rel="subsection" title="6.2.4.1 Commands for reading documentation">
<link href="ch6.html#s6.2.4.2" rel="subsection" title="6.2.4.2 Commands for basic file-handling">
<link href="ch6.html#s6.2.4.3" rel="subsection" title="6.2.4.3 These commands are used for managing file-systems">
<link href="ch6.html#s6.2.4.4" rel="subsection" title="6.2.4.4 Looking at files">
<link href="ch6.html#s-rmacs" rel="subsection" title="6.2.4.5 Managing your screen">
<link href="ch6.html#s6.2.4.6" rel="subsection" title="6.2.4.6 Compressed files">
<link href="ch6.html#s6.2.4.7" rel="subsection" title="6.2.4.7 Commands for backup">
<link href="ch6.html#s6.2.4.8" rel="subsection" title="6.2.4.8 Printing files">
<link href="ch6.html#s6.2.4.9" rel="subsection" title="6.2.4.9 Changing files">
<link href="ch6.html#s6.2.4.10" rel="subsection" title="6.2.4.10 Session management">
<link href="ch6.html#s6.2.4.11" rel="subsection" title="6.2.4.11 Identity">
<link href="ch6.html#s6.2.4.12" rel="subsection" title="6.2.4.12 Turning off the computer">
<link href="ch6.html#s6.2.5" rel="subsection" title="6.2.5 Special characters in commands">
<link href="ch6.html#s6.2.6" rel="subsection" title="6.2.6 Filters">
<link href="ch6.html#s6.2.7" rel="subsection" title="6.2.7 Standard input, standard output and standard error">
<link href="ch6.html#s6.2.8" rel="subsection" title="6.2.8 Redirection">
<link href="ch6.html#s6.2.9" rel="subsection" title="6.2.9 Shell programs">
<link href="ch6.html#s6.2.10" rel="subsection" title="6.2.10 Errors">
<link href="ch9.html#s9.3.1" rel="subsection" title="9.3.1 Invoking LaTeX">
<link href="ch9.html#s9.3.2" rel="subsection" title="9.3.2 Printing dvi-files">
<link href="ch9.html#s9.3.3" rel="subsection" title="9.3.3 Documentation on LaTeX">
</head>
<body>
<hr>
<h1>
Debian User Reference Manual (Obsolete Documentation)
<br>Footnotes</h1>
<h2><a href="ch-files.html#fr1" name="f1">1</a></h2>
<p>
While you <em>can</em> use almost anything in a file name, in practice it's a
bad idea. You want to avoid any characters that often have special meanings,
including: <samp>{ } ( ) [ ] ' ` &quot; \ / &gt; &lt; | ; ! # &amp; ^ * %
@</samp>
</p>
<p>
Also avoid putting spaces in filenames. If you want to separate words in a
name, good choices are the period, hyphen, and underscore. You can also
capitalize each word, <samp>LikeThis</samp>.
</p>
<h2><a href="ch-files.html#fr2" name="f2">2</a></h2>
<p>
Some people spell it as two words, i.e. &quot;file system&quot;. A quick poll
of man pages (<samp>man -k filesystem</samp>, <samp>man -k 'file
system'</samp>) reveals about an even split. So I'm spelling it as one word.
You can do it however you like. :)
</p>
<h2><a href="ch6.html#fr3" name="f3">3</a></h2>
<p>
There are exceptions: see the chapter on shells.
</p>
<h2><a href="ch6.html#fr4" name="f4">4</a></h2>
<p>
This is why system directories should be put first in the path; this ensures
that the system commands will be run in preference to ones of the same name in
user bin directories or in the current directory. If non-system programs are
searched first, there is a security risk, because there may be non-standard
programs with commonly-used names, and you cannot tell what they might do.
</p>
<h2><a href="ch6.html#fr5" name="f5">5</a></h2>
<p>
Many people recommend that the current directory should never be included in
your path. You can run commands in the current directory by using
<samp>./<var>command</var></samp>
</p>
<h2><a href="ch6.html#fr6" name="f6">6</a></h2>
<p>
The syntax given is for Bourne shell and its descendants. The syntax for C
shell and its descendants is <samp>setenv PATH
$PATH:<var>new_directory</var></samp>
</p>
<h2><a href="ch6.html#fr7" name="f7">7</a></h2>
<p>
The alert user may have noticed that each two bytes of the hexadecimal
representation is reversed with respect to the characters they represent. That
is because this example was run on a PC, which uses little-endian architecture.
The results would be the opposite way round on a big-endian architecture.
</p>
<h2><a href="ch6.html#fr8" name="f8">8</a></h2>
<p>
Successful means terminating with an exit status of 0.
</p>
<hr>
<p>
Debian User Reference Manual (Obsolete Documentation)
</p>
<address>
version 0.1, 29 Dezember 2009<br>
<br>
Ardo van Rangelrooij <code><a href="mailto:ardo@debian.org">ardo@debian.org</a></code><br>
Jason D. Waterman <code><a href="mailto:jwaterma@bbn.com">jwaterma@bbn.com</a></code><br>
Thalia L. Hooker <code><a href="mailto:th@visi.com">th@visi.com</a></code><br>
Havoc Pennington <code><a href="mailto:rhpennin@midway.uchicago.edu">rhpennin@midway.uchicago.edu</a></code><br>
Oliver Elphick - Maintainer <code><a href="mailto:Oliver.Elphick@lfix.co.uk">Oliver.Elphick@lfix.co.uk</a></code><br>
Bruce Evry <code><a href="mailto:bruce@fantek.org">bruce@fantek.org</a></code><br>
Karl-Heinz Zimmer <code><a href="mailto:khz@snafu.de">khz@snafu.de</a></code><br>
Andreas Franzen <code><a href="mailto:anfra@debian.org">anfra@debian.org</a></code><br>
<br>
</address>
<hr>
</body>
</html>