190 lines
10 KiB
HTML
190 lines
10 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="LIST information in UNIX-style format" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiqftpwbi.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiqfdrt.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiqfdrt.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiqsitet.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiqlist.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiqnlst.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiqlist.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiqsitet.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2004, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2004, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzaiqrzaiqfdrtu" />
|
|
<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>LIST information in UNIX-style format</title>
|
|
</head>
|
|
<body id="rzaiqrzaiqfdrtu"><a name="rzaiqrzaiqfdrtu"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">LIST information in UNIX-style format</h1>
|
|
<div><div class="section"><div class="note"><span class="notetitle">Note:</span> The iSeries™ client supports both the iSeries format
|
|
and the UNIX-style format.</div>
|
|
<p>Here is the UNIX<sup>®</sup> style format for the LIST subcommand
|
|
(when LISTFMT=1):</p>
|
|
<pre>mode links owner group size date time name</pre>
|
|
<p>A
|
|
blank space separates each field.</p>
|
|
<p>This is a description of each field
|
|
in the UNIX style
|
|
format:</p>
|
|
<dl><dt class="dlterm">mode</dt>
|
|
<dd>You can use 10 characters. Each character has a specific meaning.
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr valign="bottom"><th valign="bottom" width="26.262626262626267%" id="d0e57">The first character</th>
|
|
<th valign="bottom" width="73.73737373737373%" id="d0e59">Meaning</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr><td valign="top" width="26.262626262626267%" headers="d0e57 ">d</td>
|
|
<td valign="top" width="73.73737373737373%" headers="d0e59 ">The entry is a directory.</td>
|
|
</tr>
|
|
<tr><td valign="top" width="26.262626262626267%" headers="d0e57 ">b</td>
|
|
<td valign="top" width="73.73737373737373%" headers="d0e59 ">The entry is a block special file.</td>
|
|
</tr>
|
|
<tr><td valign="top" width="26.262626262626267%" headers="d0e57 ">c</td>
|
|
<td valign="top" width="73.73737373737373%" headers="d0e59 ">The entry is a character special file.</td>
|
|
</tr>
|
|
<tr><td valign="top" width="26.262626262626267%" headers="d0e57 ">l</td>
|
|
<td valign="top" width="73.73737373737373%" headers="d0e59 ">The entry is a symbolic link. Either the -N flag was
|
|
specified, or the symbolic link did not point to an existing file.</td>
|
|
</tr>
|
|
<tr><td valign="top" width="26.262626262626267%" headers="d0e57 ">p</td>
|
|
<td valign="top" width="73.73737373737373%" headers="d0e59 ">The entry is a first-in, first-out (FIFO) special file.</td>
|
|
</tr>
|
|
<tr><td valign="top" width="26.262626262626267%" headers="d0e57 ">s</td>
|
|
<td valign="top" width="73.73737373737373%" headers="d0e59 ">The entry is a local socket.</td>
|
|
</tr>
|
|
<tr><td valign="top" width="26.262626262626267%" headers="d0e57 ">-</td>
|
|
<td valign="top" width="73.73737373737373%" headers="d0e59 ">The entry is an ordinary file.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<p>The next nine characters divide into three sets of three characters
|
|
each. The three characters in each set indicate, respectively, read, write,
|
|
and execute permission of the file. With execute permission of a directory,
|
|
you can search a directory for a specified file. Indicate permissions like
|
|
this: The first set of three characters show the owner's permission. The next
|
|
set of three characters show the permission of the other users in the group.
|
|
The last set of three characters shows the permission of anyone else with
|
|
access to the file.</p>
|
|
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr valign="bottom"><th valign="bottom" width="26.13065326633166%" id="d0e105">The first character</th>
|
|
<th valign="bottom" width="73.86934673366834%" id="d0e107">Function</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr><td valign="top" width="26.13065326633166%" headers="d0e105 ">r</td>
|
|
<td valign="top" width="73.86934673366834%" headers="d0e107 ">read</td>
|
|
</tr>
|
|
<tr><td valign="top" width="26.13065326633166%" headers="d0e105 ">w</td>
|
|
<td valign="top" width="73.86934673366834%" headers="d0e107 ">write (edit)</td>
|
|
</tr>
|
|
<tr><td valign="top" width="26.13065326633166%" headers="d0e105 ">x</td>
|
|
<td valign="top" width="73.86934673366834%" headers="d0e107 ">execute (search)</td>
|
|
</tr>
|
|
<tr><td valign="top" width="26.13065326633166%" headers="d0e105 ">-</td>
|
|
<td valign="top" width="73.86934673366834%" headers="d0e107 ">corresponding permission not granted</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</dd>
|
|
<dt class="dlterm">links</dt>
|
|
<dd>The number of links to the object. The minimum number of characters is
|
|
3. The maximum number of characters is 5. The characters are right justified,
|
|
and they include blanks.</dd>
|
|
<dt class="dlterm">owner</dt>
|
|
<dd>The owner of the object. The minimum number of characters is 8. The maximum
|
|
number of characters is 10. The characters are left justified, and they include
|
|
blanks. This field contains the user profile name of the object owner. However,
|
|
for anonymous FTP sessions, this field contains the owner ID number.</dd>
|
|
<dt class="dlterm">group</dt>
|
|
<dd>The owner of the object. The minimum number of characters is 8. The maximum
|
|
number of characters is 10. The characters are left justified, and they include
|
|
blanks. This field contains the user profile name of the group. However, if
|
|
there is no group, this field contains the group ID number. The field also
|
|
contains the group ID number for an anonymous FTP session.</dd>
|
|
<dt class="dlterm">size</dt>
|
|
<dd>The size of the object. The minimum number of characters is 7. The maximum
|
|
number of characters is 10. The characters are right-aligned, and they include
|
|
blanks. When there is no size for the object, the default is zero.</dd>
|
|
<dt class="dlterm">datetime</dt>
|
|
<dd>The 12 character modification time. The characters are left-aligned, and
|
|
they include blanks. This is the format of this field when the modification
|
|
time is within the previous 180 days:<pre>Mmm dd hh:mm</pre>
|
|
<p>This
|
|
is the format of this field when the modification time is not within the previous
|
|
180 days:</p>
|
|
<pre>Mmm dd yyyy</pre>
|
|
<div class="p">Here is the description
|
|
of each field.
|
|
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><thead align="left"><tr valign="bottom"><th valign="bottom" width="25.888324873096447%" id="d0e169">Characters</th>
|
|
<th valign="bottom" width="74.11167512690355%" id="d0e171">Meaning</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody><tr><td valign="top" width="25.888324873096447%" headers="d0e169 ">Mmm</td>
|
|
<td valign="top" width="74.11167512690355%" headers="d0e171 ">Abbreviated month.</td>
|
|
</tr>
|
|
<tr><td valign="top" width="25.888324873096447%" headers="d0e169 ">dd</td>
|
|
<td valign="top" width="74.11167512690355%" headers="d0e171 ">Two character day of the month. The characters are right
|
|
justified and padded with blanks.</td>
|
|
</tr>
|
|
<tr><td valign="top" width="25.888324873096447%" headers="d0e169 ">hh</td>
|
|
<td valign="top" width="74.11167512690355%" headers="d0e171 ">Two-digit hour (00-23). The digits are right justified
|
|
and padded with zeros.</td>
|
|
</tr>
|
|
<tr><td valign="top" width="25.888324873096447%" headers="d0e169 ">mm</td>
|
|
<td valign="top" width="74.11167512690355%" headers="d0e171 ">Two-digit minute (00-59). The digits are right justified
|
|
and padded with zeros.</td>
|
|
</tr>
|
|
<tr><td valign="top" width="25.888324873096447%" headers="d0e169 ">yyyy</td>
|
|
<td valign="top" width="74.11167512690355%" headers="d0e171 ">Four-digit year.</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</dd>
|
|
<dt class="dlterm">name</dt>
|
|
<dd>The variable length name of the object, which precedes a CRLF (carriage
|
|
return, line feed pair). The name may include blanks.</dd>
|
|
</dl>
|
|
<p>Here is an example of the UNIX style format:</p>
|
|
<pre>drwxrwxrwx 4 QSYS 0 51200 Feb 9 21:28 home</pre>
|
|
<p>Consider
|
|
this information as you work with UNIX format data that is returned by the
|
|
LIST subcommand: When LISTFMT=1, the LIST content varies for QSYS.LIB files
|
|
depending on the NAMEFMT setting:</p>
|
|
<ul><li>When NAMEFMT=1, you will see only the QSYS.LIB file names.</li>
|
|
<li>When NAMEFMT=0, you will see both the QSYS.LIB file names and the names
|
|
of the members in the file or files.</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaiqftpwbi.htm" title="You can configure an File Transfer Protocol (FTP) server on the iSeries to support graphical FTP clients, Web browsers, and other Web tools.">Configure FTP servers for graphical FTP clients and Web tools</a></div>
|
|
</div>
|
|
<div class="relref"><strong>Related reference</strong><br />
|
|
<div><a href="rzaiqfdrt.htm">Use the LIST subcommand information in iSeries format</a></div>
|
|
<div><a href="rzaiqsitet.htm">SITE (Send Information Used by a Server System)</a></div>
|
|
<div><a href="rzaiqlist.htm">LIST (File List)</a></div>
|
|
<div><a href="rzaiqnlst.htm">NLST (Name List)</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |