76 lines
5.1 KiB
HTML
76 lines
5.1 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="concept" />
|
|
<meta name="DC.Title" content="Integrated file system concepts" />
|
|
<meta name="abstract" content="This topic introduces the basic concepts of integrated file system, such as directory, link, path name, stream file, name continuity, extended attributes, and scanning support." />
|
|
<meta name="description" content="This topic introduces the basic concepts of integrated file system, such as directory, link, path name, stream file, name continuity, extended attributes, and scanning support." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaaxkickoff.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaaxdir.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaaxlinkifs.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaaxpath.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaaxstmfile.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaaxunicode.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaaxea.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaaxscan.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1999, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1999, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzaaxbasics" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>Integrated file system concepts</title>
|
|
</head>
|
|
<body id="rzaaxbasics"><a name="rzaaxbasics"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Integrated file system concepts</h1>
|
|
<div><p>This topic introduces the basic concepts of integrated file system,
|
|
such as directory, link, path name, stream file, name continuity, extended
|
|
attributes, and scanning support.</p>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rzaaxdir.htm">Directory</a></strong><br />
|
|
<span>A <dfn class="term">directory</dfn> is a special
|
|
object that is used to locate objects by names that you specify. Each directory
|
|
contains a list of objects that are attached to it. That list can include
|
|
other directories.</span></li>
|
|
<li class="ulchildlink"><strong><a href="rzaaxlinkifs.htm">Link</a></strong><br />
|
|
A <dfn class="term">link</dfn> is a named connection
|
|
between a directory and an object. A user or a program can tell the server
|
|
where to find an object by specifying the name of a link to the object. A
|
|
link can be used as a path name or as part of a path name.</li>
|
|
<li class="ulchildlink"><strong><a href="rzaaxpath.htm">Path name</a></strong><br />
|
|
A <dfn class="term">path name</dfn> (also called a <span>pathname</span> on some systems) tells the server how
|
|
to locate an object. </li>
|
|
<li class="ulchildlink"><strong><a href="rzaaxstmfile.htm">Stream file</a></strong><br />
|
|
A <dfn class="term">stream file</dfn> is a randomly
|
|
accessible sequence of bytes, with no further structure imposed by the system.</li>
|
|
<li class="ulchildlink"><strong><a href="rzaaxunicode.htm">Name continuity</a></strong><br />
|
|
When you use the <span class="q">"root"</span> (/), QOpenSys, and user-defined file
|
|
systems, you can take advantage of system support that ensures characters
|
|
in object names remain the same.</li>
|
|
<li class="ulchildlink"><strong><a href="rzaaxea.htm">Extended attributes</a></strong><br />
|
|
An extended attribute is information associated with an object that provides additional details about the object. The extended attribute consists of a name, which is used to refer to it, and a value. The value can be text, binary data, or another type of data.</li>
|
|
<li class="ulchildlink"><strong><a href="rzaaxscan.htm">Scanning support</a></strong><br />
|
|
<span>With <span class="keyword">iSeries™</span>,
|
|
you can scan integrated file system objects.</span></li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaaxkickoff.htm" title="The integrated file system is a part of i5/OS that lets you support stream input/output and storage management similar to personal computer and UNIX operating systems, while providing you with an integrating structure over all information stored in the server.">Integrated file system</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |