Hp Secure Key Manager Manuel d'utilisateur Page 241

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 327
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 240
C Using the Command Line
Interface
Shell commands
The CLI supports a few shell commands that allow you to perform various search, cut, and paste
operations. The following shell commands can be used:
Ctrl-C clears the prompt.
Ctrl-R – allows you to search backward through the command history.
Ctrl-K deletes the text from the cursor to the end of the line
Ctrl-U erases the entire line
Ctrl-Y pastes text erased by Ctrl-K or Ctrl-U
Ctrl-P moves backwards through the history.
Command Line Interface syntax
In general, the Command Line Interface separates input into separate arguments by using spaces as
delimiters
. Thus, the command
cert request newcertrequest
is treated as three separate arguments:
cert
request
newcertrequest
Quoting arguments
You can include spaces in an argument by quoting the argument. Placing quotes around a string causes
it to be treated as one argument. Thus, the command
cert request “new cert request”
is treated as three separate arguments:
cert
request
new cert request
Single quotes (‘) and double quotes (“) are treated identically and can be used interchangeably. As
such, the command
new request ‘new cert request”
is treated as three separate arguments:
cert
request
new cert request
If there are no spaces between segments of quoted and non–quoted text, the two segments are treated
as one argument. Thus, the command
Secure Key Manager 241
Vue de la page 240
1 2 ... 236 237 238 239 240 241 242 243 244 245 246 ... 326 327

Commentaires sur ces manuels

Pas de commentaire