Hitachi

uCosminexus Service Platform Reference Guide


csauserls (Displaying user information for password authentication)

Organization of this page

Format

csauserls [-h]
          -f password-authentication-information-definition-file

Function

Displays the user information registered in the password authentication information definition file by using the following format.

--- (Variable-length dashed line header)
user-name
--- (Variable-length dashed line footer)

Note the following when you execute the command:

Arguments

-h

Displays the usage of the command. When you specify this option, all other options are ignored even if specified.

-f password-authentication-information-definition-file

Specifies the path of the password authentication information definition file as a relative or absolute path. To include spaces in the path, enclose the specified value in double quotation marks (").

If the specified file does not exist, an error occurs.

Display format

(1) When the password authentication information definition file contains registered information

-------------------------------------------------------------
user-name
 ...
 ...
-------------------------------------------------------------

(2) When the password authentication information definition file does not contain registered information

----
none
----

Return values

Return value

Meaning

0

The command terminated normally.

1

The command terminated abnormally.

9

An error occurred when checking the execution permission.

Note