Specifications

Command Line Interface
128
-help Usage. Displays ‘nvclear’ command
options.
Command:
password
Description: Change a password.
Syntax: password <username>
Note: You will not be prompted for the old password if
you are changing the password for a privilege
lower than the current session.
Example: Console>password root
Enter the old root password.
Enter the new root password.
Enter the new root password again.
Ok. root password changed.
Command: tail Description: Display n lines of a file beginning at the desig-
nated place.
Syntax: tail [+|-number [lc]] <filename>
Note: The default displays the last 10 lines of a file.
Options: +number Begin displaying at a distance
number from the beginning of the file.
Number is counted in units of lines or
characters, according to the l or c
option. The default number is 10.
-number Begin displaying at distance number
from the end of the file.
l Number is counted in units of lines.
c Number is counted in units of
characters.
Example: Console>tail /etc/hosts
#
# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host