63 lines
4.2 KiB
HTML
63 lines
4.2 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="reference" />
|
||
|
<meta name="DC.Title" content="Case-sensitivity in an integrated file system user-defined file system" />
|
||
|
<meta name="abstract" content="You can specify whether object names in the user-defined file system (UDFS) will be case-sensitive or case-insensitive when you create it." />
|
||
|
<meta name="description" content="You can specify whether object names in the user-defined file system (UDFS) will be case-sensitive or case-insensitive when you create it." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaaxudfsfs.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="../cl/crtudfs.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="rzaaxudfscase" />
|
||
|
<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>Case-sensitivity in an integrated file system user-defined file system</title>
|
||
|
</head>
|
||
|
<body id="rzaaxudfscase"><a name="rzaaxudfscase"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Case-sensitivity in an integrated file system user-defined file system</h1>
|
||
|
<div><p><span>You can specify whether object names in
|
||
|
the user-defined file system (UDFS) will be case-sensitive or case-insensitive
|
||
|
when you create it.</span></p>
|
||
|
<div class="section"><p>When you select case-sensitivity, uppercase and lowercase characters
|
||
|
are distinguished when searching for object names. For example, a name that
|
||
|
is supplied in all uppercase characters will not match the same name in which
|
||
|
any of the characters are lowercase. Therefore, <samp class="codeph">/home/MURPH/</samp> and <samp class="codeph">/home/murph/</samp> are
|
||
|
recognized as different directories. To create a case-sensitive UDFS, you
|
||
|
can specify *MIXED for the CASE parameter when using the <span class="cmdname">Create User-Defined
|
||
|
File System (CRTUDFS)</span> command.</p>
|
||
|
</div>
|
||
|
<div class="section"><p>When you select case-insensitivity, the server does not distinguish
|
||
|
between uppercase and lowercase characters during searches for names. Therefore,
|
||
|
the server would recognize <samp class="codeph">/home/CAYCE</samp> and <samp class="codeph">/HOME/cayce</samp> as
|
||
|
the same directory, not as two separate directories. To create a case-insensitive
|
||
|
UDFS, you can specify *MONO for the CASE parameter when using the <span class="cmdname">CRTUDFS</span> command.</p>
|
||
|
</div>
|
||
|
<div class="section"><p>In either case, the file system saves the same uppercase and lowercase
|
||
|
forms in which the user enters object names. The case-sensitivity option
|
||
|
only applies to how the user searches for names through the server.</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaaxudfsfs.htm" title="The user-defined file systems (UDFSs) reside on the auxiliary storage pool (ASP) or independent auxiliary storage pool (ASP) of your choice. You create and manage these file systems.">User-defined file systems (UDFSs)</a></div>
|
||
|
</div>
|
||
|
<div class="relinfo"><strong>Related information</strong><br />
|
||
|
<div><a href="../cl/crtudfs.htm">Create User-Defined File System (CRTUDFS) command</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|