There are several different ways to receive help about DFS commands. The following examples summarize the syntax for the different help options:
$ man fts
Displays the reference page for the command suite.
$ man fts_command
Displays the reference page for an individual command. You must use an _ (underscore) to connect the command suite to the command name. Do
not use the underscore when issuing the command in DFS.
$ fts help
Displays a list of commands in a command suite.
$ fts help command
Displays the syntax for a single command.
$ fts apropos -topic string
Displays a short description of any commands that match the specified string.
Consult the dfs_intro(8dfs) reference page for complete information about the DFS help facilities.