<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://wiki.bash-hackers.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.bash-hackers.org/feed.php">
        <title>Bash Hackers Wiki dict:terms</title>
        <description></description>
        <link>http://wiki.bash-hackers.org/</link>
        <image rdf:resource="http://wiki.bash-hackers.org/lib/images/favicon.ico" />
       <dc:date>2010-09-09T22:36:38+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.bash-hackers.org/dict/terms/atime?rev=1277871573"/>
                <rdf:li rdf:resource="http://wiki.bash-hackers.org/dict/terms/ctime?rev=1277871720"/>
                <rdf:li rdf:resource="http://wiki.bash-hackers.org/dict/terms/directory?rev=1235456735"/>
                <rdf:li rdf:resource="http://wiki.bash-hackers.org/dict/terms/file?rev=1235456736"/>
                <rdf:li rdf:resource="http://wiki.bash-hackers.org/dict/terms/filename?rev=1277872113"/>
                <rdf:li rdf:resource="http://wiki.bash-hackers.org/dict/terms/filetimes?rev=1235456736"/>
                <rdf:li rdf:resource="http://wiki.bash-hackers.org/dict/terms/globbing?rev=1235456736"/>
                <rdf:li rdf:resource="http://wiki.bash-hackers.org/dict/terms/hardlink?rev=1201948893"/>
                <rdf:li rdf:resource="http://wiki.bash-hackers.org/dict/terms/mtime?rev=1277871742"/>
                <rdf:li rdf:resource="http://wiki.bash-hackers.org/dict/terms/parameter?rev=1235456736"/>
                <rdf:li rdf:resource="http://wiki.bash-hackers.org/dict/terms/positional_parameter?rev=1277871952"/>
                <rdf:li rdf:resource="http://wiki.bash-hackers.org/dict/terms/posix?rev=1235456736"/>
                <rdf:li rdf:resource="http://wiki.bash-hackers.org/dict/terms/shell?rev=1235456737"/>
                <rdf:li rdf:resource="http://wiki.bash-hackers.org/dict/terms/special_file?rev=1235456737"/>
                <rdf:li rdf:resource="http://wiki.bash-hackers.org/dict/terms/special_parameter?rev=1277872013"/>
                <rdf:li rdf:resource="http://wiki.bash-hackers.org/dict/terms/symlink?rev=1235456737"/>
                <rdf:li rdf:resource="http://wiki.bash-hackers.org/dict/terms/variable?rev=1277871832"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.bash-hackers.org/lib/images/favicon.ico">
        <title>Bash Hackers Wiki</title>
        <link>http://wiki.bash-hackers.org/</link>
        <url>http://wiki.bash-hackers.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://wiki.bash-hackers.org/dict/terms/atime?rev=1277871573">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-30T06:19:33+02:00</dc:date>
        <title>atime</title>
        <link>http://wiki.bash-hackers.org/dict/terms/atime?rev=1277871573</link>
        <description></description>
    </item>
    <item rdf:about="http://wiki.bash-hackers.org/dict/terms/ctime?rev=1277871720">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-30T06:22:00+02:00</dc:date>
        <title>ctime</title>
        <link>http://wiki.bash-hackers.org/dict/terms/ctime?rev=1277871720</link>
        <description></description>
    </item>
    <item rdf:about="http://wiki.bash-hackers.org/dict/terms/directory?rev=1235456735">
        <dc:format>text/html</dc:format>
        <dc:date>2009-02-24T07:25:35+02:00</dc:date>
        <title>Directory</title>
        <link>http://wiki.bash-hackers.org/dict/terms/directory?rev=1235456735</link>
        <description>In terms of UNIX(r), a directory is a special file which contains a list of  hardlinks to other files. These other files also can be directories of course, so it's possible to create a &quot;hierarchy of directories&quot; - the UNIX(r)-typical filesystem structure.</description>
    </item>
    <item rdf:about="http://wiki.bash-hackers.org/dict/terms/file?rev=1235456736">
        <dc:format>text/html</dc:format>
        <dc:date>2009-02-24T07:25:36+02:00</dc:date>
        <title>File</title>
        <link>http://wiki.bash-hackers.org/dict/terms/file?rev=1235456736</link>
        <description>A file is a pool of data in the  filesystem. On userlevel, it's referenced using a name, a  hardlink to the file.

If a file is not referenced anymore (number of hardlinks to it drops to 0) then the space allocated for that file is re-used, unless it's still used by some process.</description>
    </item>
    <item rdf:about="http://wiki.bash-hackers.org/dict/terms/filename?rev=1277872113">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-30T06:28:33+02:00</dc:date>
        <title>filename</title>
        <link>http://wiki.bash-hackers.org/dict/terms/filename?rev=1277872113</link>
        <description></description>
    </item>
    <item rdf:about="http://wiki.bash-hackers.org/dict/terms/filetimes?rev=1235456736">
        <dc:format>text/html</dc:format>
        <dc:date>2009-02-24T07:25:36+02:00</dc:date>
        <title>File timestamp</title>
        <link>http://wiki.bash-hackers.org/dict/terms/filetimes?rev=1235456736</link>
        <description>atime

This timestamp indicates when a file was last accessed (read). cating a file or executing a shellscript will set it, for example.

ctime

This timestamp is set, whenever the metadata of a file (stored in the responsible inode) is set. The metadata includes for example:</description>
    </item>
    <item rdf:about="http://wiki.bash-hackers.org/dict/terms/globbing?rev=1235456736">
        <dc:format>text/html</dc:format>
        <dc:date>2009-02-24T07:25:36+02:00</dc:date>
        <title>Globbing</title>
        <link>http://wiki.bash-hackers.org/dict/terms/globbing?rev=1235456736</link>
        <description>Globbing is the procedure of

	*  matching all filenames against a given pattern
	*  expanding to all matching filenames


Unlike MSDOS, where the called program had to interpret the patterns, the globbing on UNIX(r) is done by the shell, the matched filenames are given as parameters to a called command:


$ cat *.txt</description>
    </item>
    <item rdf:about="http://wiki.bash-hackers.org/dict/terms/hardlink?rev=1201948893">
        <dc:format>text/html</dc:format>
        <dc:date>2008-02-02T11:41:33+02:00</dc:date>
        <title>Hardlink</title>
        <link>http://wiki.bash-hackers.org/dict/terms/hardlink?rev=1201948893</link>
        <description>Also the article for:

	*  filename


A hardlink associates a filename with a  file. That name is an entry in a directory listing. Of course a file can have more hardlinks to it (usually the number of hardlinks to a file is limited), but all hardlinks to a file must reside on the same  filesystem than the file itself!</description>
    </item>
    <item rdf:about="http://wiki.bash-hackers.org/dict/terms/mtime?rev=1277871742">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-30T06:22:22+02:00</dc:date>
        <title>mtime</title>
        <link>http://wiki.bash-hackers.org/dict/terms/mtime?rev=1277871742</link>
        <description></description>
    </item>
    <item rdf:about="http://wiki.bash-hackers.org/dict/terms/parameter?rev=1235456736">
        <dc:format>text/html</dc:format>
        <dc:date>2009-02-24T07:25:36+02:00</dc:date>
        <title>Parameter</title>
        <link>http://wiki.bash-hackers.org/dict/terms/parameter?rev=1235456736</link>
        <description>Also the article for: variable, positional parameter, special parameter

In Bash, a parameter is simply an entity that stores values and can be referenced. Depending on the type, the parameters can be set directly, only indirectly, or only automatically by the shell.</description>
    </item>
    <item rdf:about="http://wiki.bash-hackers.org/dict/terms/positional_parameter?rev=1277871952">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-30T06:25:52+02:00</dc:date>
        <title>positional parameter</title>
        <link>http://wiki.bash-hackers.org/dict/terms/positional_parameter?rev=1277871952</link>
        <description></description>
    </item>
    <item rdf:about="http://wiki.bash-hackers.org/dict/terms/posix?rev=1235456736">
        <dc:format>text/html</dc:format>
        <dc:date>2009-02-24T07:25:36+02:00</dc:date>
        <title>POSIX</title>
        <link>http://wiki.bash-hackers.org/dict/terms/posix?rev=1235456736</link>
        <description>POSIX(r) is a family of standards defined by the IEEE to give a minimum API and interface standardization across the variants of UNIX(r) operating systems.

One part of it is the standardization of minimum functionality and behaviour of the system shell and some utilities (commands).</description>
    </item>
    <item rdf:about="http://wiki.bash-hackers.org/dict/terms/shell?rev=1235456737">
        <dc:format>text/html</dc:format>
        <dc:date>2009-02-24T07:25:37+02:00</dc:date>
        <title>Shell</title>
        <link>http://wiki.bash-hackers.org/dict/terms/shell?rev=1235456737</link>
        <description>On UNIX(r), the shell is the main interaction tool between the user-level and the system. That doesn't necessarily mean the user always sits infront of a shell, but it's integral part of the system, not only an &quot;optional commandline interpreter&quot;.

The main job of a shell is to execute commands as a user requests them. This behaviour alone doesn't help much. A shell knits some intelligence and flow control around the possibility to execute commands - it's a complete commandline-oriented user-inte…</description>
    </item>
    <item rdf:about="http://wiki.bash-hackers.org/dict/terms/special_file?rev=1235456737">
        <dc:format>text/html</dc:format>
        <dc:date>2009-02-24T07:25:37+02:00</dc:date>
        <title>Special file</title>
        <link>http://wiki.bash-hackers.org/dict/terms/special_file?rev=1235456737</link>
        <description>Unlike a regular file (a bunch of accessible data organized on a filesystem), it's a special filename that points to a ressource or similar:

	*  character special files
	*  block special files
	*  named pipes
	*  socket files

Since a directory also is only a file, you can count it as special file, too.</description>
    </item>
    <item rdf:about="http://wiki.bash-hackers.org/dict/terms/special_parameter?rev=1277872013">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-30T06:26:53+02:00</dc:date>
        <title>special parameter</title>
        <link>http://wiki.bash-hackers.org/dict/terms/special_parameter?rev=1277872013</link>
        <description></description>
    </item>
    <item rdf:about="http://wiki.bash-hackers.org/dict/terms/symlink?rev=1235456737">
        <dc:format>text/html</dc:format>
        <dc:date>2009-02-24T07:25:37+02:00</dc:date>
        <title>Symlink</title>
        <link>http://wiki.bash-hackers.org/dict/terms/symlink?rev=1235456737</link>
        <description>A symlink (symbolic link) is a &quot;normal&quot; file, which contains a pointer to another filename. Since it really only points to another filename it can

	*  reference filenames on other filesystems
	*  reference filenames that don't actually exist
	*  savely reference the name of a directory</description>
    </item>
    <item rdf:about="http://wiki.bash-hackers.org/dict/terms/variable?rev=1277871832">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-30T06:23:52+02:00</dc:date>
        <title>variable</title>
        <link>http://wiki.bash-hackers.org/dict/terms/variable?rev=1277871832</link>
        <description></description>
    </item>
</rdf:RDF>
