Syntax Conventions - BAR

Teradata Appliance Backup Utility Installation and User Guide

Product
BAR
Release Number
16.20
Published
November 2017
Language
English (United States)
Last Update
2018-07-13
dita:mapPath
myx1512701901323.ditamap
dita:ditavalPath
Audience_PDF_include.ditaval
dita:id
B035-3134
Product Category
Teradata Tools and Utilities
The following general rules apply to all CLI commands:
  • Commands are executed when you press Enter. You are not asked for confirmation.
  • Command names are case-sensitive in Linux, but not in Windows.

The following table lists the conventions used in the command line syntax.

Object Description Examples
Command The first word or set of consecutive characters. Commands are shown in bold typeface.
  • abulaunch
  • abujobquery
  • abujobrm
Parameter A word or set of consecutive characters that follows the command. Parameters are shown in bold typeface.
  • -v
  • -s
Variable A word or set of consecutive characters that follows a parameter. Variables are shown in italic typeface.
  • username
[ ] Brackets indicate optional parameters.
  • [ -F]
{ } Braces indicate required parameters. {-p password | -e path to encoded password file}
| Vertical bars separate alternative, mutually exclusive parameters. {-L | -j jobid}