mirror of
https://git.openafs.org/openafs.git
synced 2025-01-22 08:50:17 +00:00
86 lines
4.5 KiB
HTML
86 lines
4.5 KiB
HTML
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 4//EN">
|
||
|
<HTML><HEAD>
|
||
|
<TITLE>Administration Reference</TITLE>
|
||
|
<!-- Begin Header Records ========================================== -->
|
||
|
<!-- /tmp/idwt3672/auarf000.scr converted by idb2h R4.2 (359) ID -->
|
||
|
<!-- Workbench Version (AIX) on 3 Oct 2000 at 16:18:30 -->
|
||
|
<META HTTP-EQUIV="updated" CONTENT="Tue, 03 Oct 2000 16:18:29">
|
||
|
<META HTTP-EQUIV="review" CONTENT="Wed, 03 Oct 2001 16:18:29">
|
||
|
<META HTTP-EQUIV="expires" CONTENT="Thu, 03 Oct 2002 16:18:29">
|
||
|
</HEAD><BODY>
|
||
|
<!-- (C) IBM Corporation 2000. All Rights Reserved -->
|
||
|
<BODY bgcolor="ffffff">
|
||
|
<!-- End Header Records ============================================ -->
|
||
|
<A NAME="Top_Of_Page"></A>
|
||
|
<H1>Administration Reference</H1>
|
||
|
<HR><P ALIGN="center"> <A HREF="../index.htm"><IMG SRC="../books.gif" BORDER="0" ALT="[Return to Library]"></A> <A HREF="auarf002.htm#ToC"><IMG SRC="../toc.gif" BORDER="0" ALT="[Contents]"></A> <A HREF="auarf146.htm"><IMG SRC="../prev.gif" BORDER="0" ALT="[Previous Topic]"></A> <A HREF="#Bot_Of_Page"><IMG SRC="../bot.gif" BORDER="0" ALT="[Bottom of Topic]"></A> <A HREF="auarf148.htm"><IMG SRC="../next.gif" BORDER="0" ALT="[Next Topic]"></A> <A HREF="auarf284.htm#HDRINDEX"><IMG SRC="../index.gif" BORDER="0" ALT="[Index]"></A> <P>
|
||
|
<P>
|
||
|
<H2><A NAME="HDRFS_HELP" HREF="auarf002.htm#ToC_161">fs help</A></H2>
|
||
|
<A NAME="IDX4851"></A>
|
||
|
<A NAME="IDX4852"></A>
|
||
|
<A NAME="IDX4853"></A>
|
||
|
<P><STRONG>Purpose</STRONG>
|
||
|
<P>Displays the syntax of specified <B>fs</B> commands or lists functional
|
||
|
descriptions of all <B>fs</B> commands
|
||
|
<P><STRONG>Synopsis</STRONG>
|
||
|
<PRE><B>fs help</B> [<B>-topic</B> <<VAR>help string</VAR>><SUP>+</SUP>] [<B>-help</B>]
|
||
|
|
||
|
<B>fs h</B> [<B>-t</B> <<VAR>help string</VAR>><SUP>+</SUP>] [<B>-h</B>]
|
||
|
</PRE>
|
||
|
<P><STRONG>Description</STRONG>
|
||
|
<P>The <B>fs help</B> command displays the complete online help entry
|
||
|
(short description and syntax statement) for each command operation code
|
||
|
specified by the <B>-topic</B> argument. If the <B>-topic</B>
|
||
|
argument is omitted, the output includes the first line (name and short
|
||
|
description) of the online help entry for every <B>fs</B> command.
|
||
|
<P>To display every <B>fs</B> command whose name or short description
|
||
|
includes a specified keyword, use the <B>fs apropos</B> command.
|
||
|
<P><STRONG>Options</STRONG>
|
||
|
<DL>
|
||
|
<P><DT><B>-topic
|
||
|
</B><DD>Indicates each command for which to display the complete online help
|
||
|
entry. Omit the <B>fs</B> part of the command name, providing only
|
||
|
the operation code (for example, specify <B>setacl</B>, not <B>fs
|
||
|
setacl</B>). If this argument is omitted, the output briefly
|
||
|
describes every <B>fs</B> command.
|
||
|
<P><DT><B>-help
|
||
|
</B><DD>Prints the online help for this command. All other valid options
|
||
|
are ignored.
|
||
|
</DL>
|
||
|
<P><STRONG>Output</STRONG>
|
||
|
<P>The online help entry for each <B>fs</B> command consists of the
|
||
|
following two or three lines:
|
||
|
<UL>
|
||
|
<P><LI>The first line names the command and briefly describes its
|
||
|
function.
|
||
|
<P><LI>The second line lists aliases for the command, if any.
|
||
|
<P><LI>The final line, which begins with the string <TT>Usage</TT>, lists the
|
||
|
command's options in the prescribed order. Online help entries use
|
||
|
the same symbols (for example, brackets) as the reference pages in this
|
||
|
document.
|
||
|
</UL>
|
||
|
<P><STRONG>Examples</STRONG>
|
||
|
<P>The following command displays the online help entry for the <B>fs
|
||
|
setacl</B> command:
|
||
|
<PRE> % <B>fs help setacl</B>
|
||
|
fs setacl: set access control list
|
||
|
aliases: sa
|
||
|
Usage: fs setacl -dir <directory><SUP>+</SUP>
|
||
|
-acl <access list entries><SUP>+</SUP> [-clear] [-negative] [-help]
|
||
|
|
||
|
</PRE>
|
||
|
<P><STRONG>Privilege Required</STRONG>
|
||
|
<P>None
|
||
|
<P><STRONG>Related Information</STRONG>
|
||
|
<P><A HREF="auarf131.htm#HDRFS_INTRO">fs</A>
|
||
|
<P><A HREF="auarf132.htm#HDRFS_APROPOS">fs apropos</A>
|
||
|
<P>
|
||
|
<HR><P ALIGN="center"> <A HREF="../index.htm"><IMG SRC="../books.gif" BORDER="0" ALT="[Return to Library]"></A> <A HREF="auarf002.htm#ToC"><IMG SRC="../toc.gif" BORDER="0" ALT="[Contents]"></A> <A HREF="auarf146.htm"><IMG SRC="../prev.gif" BORDER="0" ALT="[Previous Topic]"></A> <A HREF="#Top_Of_Page"><IMG SRC="../top.gif" BORDER="0" ALT="[Top of Topic]"></A> <A HREF="auarf148.htm"><IMG SRC="../next.gif" BORDER="0" ALT="[Next Topic]"></A> <A HREF="auarf284.htm#HDRINDEX"><IMG SRC="../index.gif" BORDER="0" ALT="[Index]"></A> <P>
|
||
|
<!-- Begin Footer Records ========================================== -->
|
||
|
<P><HR><B>
|
||
|
<br>© <A HREF="http://www.ibm.com/">IBM Corporation 2000.</A> All Rights Reserved
|
||
|
</B>
|
||
|
<!-- End Footer Records ============================================ -->
|
||
|
<A NAME="Bot_Of_Page"></A>
|
||
|
</BODY></HTML>
|