|
How to Invoke Command Line Password Manager: : Step 1 : Invoke the passwordmanager
command line as shown below. Step 2 : Open the
*.pwm file as shown below |
Commands Available :
| Command | help |
| Description | This will display all the available commands |
| Sample Usage | pwm>help ------------------------- Following commands are available : help open ls show fileinfo exit quit ------------------------- |
| Command | open file_name |
| Description | Open a *.pwm file. file_name - This should include the full path to the file name. Once the file_name is provided, this will ask for the Password. |
| Sample Usage | pwm>open D:\test.pwm ------------------------- Enter Password :***** Confirm Password :***** STATUS : File opened successfully. ------------------------- |
| Command | ls [-l] [account_name] |
| Description | This will list all the records. |
| Sample Usage |
pwm>ls pwm>ls -l pwm>ls -l test |
| Command | show [-v] id |
| Description | This will display the details about a particular record. -v : Will display all the attributes of the records. id : This id can be obtained from the output of the ls command. |
| Sample Usage |
pwm>show 10 pwm>show -v 10 |
| Command | fileinfo |
| Description | This will display the name of the current open file. |
| Sample Usage | pwm>fileinfo ------------------------- STATUS : Current Open File : D:\test.pwm ------------------------- |
| Command | quit |
| Description | Exit the command line password manager shell. |
| Sample Usage | pwm>quit ------------------------- STATUS : Exiting Password Manager.. ------------------------- |
