Shows syntax of specified fts commands or lists functional descriptions of all fts commands
Synopsis
fts help [-topic string...] [-help]
Options
-topic string
Specifies each command whose syntax is to be displayed. Provide only the second part of the command name (for example, lsft, not fts
lsft). If this option is omitted, the output provides a short description of all fts commands.
-help
Prints the online help for this command. All other valid options specified with this option are ignored.
Description
The fts help command displays the first line (name and short description) of the online help entry for every fts command if -topic is not
provided. For each command name specified with -topic, the output lists the entire help entry.
Use the fts apropos command to show each help entry containing a specified string.
Privilege Required
No privileges are required.
Output
The online help entry for each fts command consists of the following two lines:
· The first line names the command and briefly describes its function.
· The second line, which begins with Usage:, lists the command options in the prescribed order.
Examples
The following command displays the online help entry for the fts delmount command:
$ fts help delmount
fts delmount: remove mount point
Usage: fts delmount -dir <directory_name>... [-help]
Related Information
Commands: fts apropos(8dfs)