Intermec 10I2 Mode D'Emploi

Page de 121
90 
EasyLAN User’s Guide
Chapter 6 — Advanced Confi guration
Display Current User
To display who the current user is in Fingerprint, use the “whoami” 
command.
Syntax:
RUN"whoami"
Note: Th
  is command is case-sensitive.
Th
  e command echoes the current user to the standard out channel.
Example:
RUN"whoami"
user
Ok
Changing User
To change the current user in Fingerprint, use the “su”-command.
Syntax:
RUN"su [-p <password>] <user>"
su requests the password for <user>, and switches to that user after 
checking the password fi le.
Valid <user> names are admin and user.
Everyone can become user even if user’s password is set.
No password is requested if the current user already is the one to switch 
to.
Th
  e option is as follows:
-p password
 
Don’t query for a password; use the one supplied at 
the command line.
Note: Everything is case sensitive (user name, su command, 
passwords).