Previous | Contents | Index |
Show a delivery method.
show delivery
Command Qualifiers Defaults -all
See text -default
See text -user=
usernameSee text
Must be superuser in order to show a delivery method for a user other than oneself, or to show the default delivery method, or to show the delivery method selected by each user.
None.
This utility is used to show a delivery method in the PMDF user profile database. A user may only show their own selected delivery method. Superuser may show the delivery method selected by any particular user with the
-user
qualifier, may show the default delivery method for all users who have not specified a delivery method choice with the-default
qualifier, or may show the delivery method each and every user has selected with the-all
qualifier.
Below is an example of showing the default delivery method, and the delivery method selected for the root account.
# pmdf profile profile> show delivery -default The default delivery selection is not currently set profile> show delivery -user=root User root delivery selection is currently set to DMW profile> exit
Previous | Next | Contents | Index |