whoami: a pedestrian user id retriever
by us
17 Jun 2008
(Updated 23 Jun 2008)
whoami displays a full user id and retrieves system properties
|
Watch this File
|
| File Information |
| Description |
WHOAMI displays a long user id (LID) in the form
%time|username|domain|hostname|osarch|osname|osver|MLver
WHOAMI optionally returns various system properties including a short user id (SID), which only contains static information about the current system
programmers can easily create their own IDs or change the built-in formats, which may be a useful tag in source control
example of the short output (note: formatting will most likely be bad)
>> w=whoami;
>> w
magic: 'WHOAMI'
WHOAMIver: '18-Jun-2008 13:47:52'
MLver: '7.6.0.324.R2008a'
runtime: '18-Jun-2008 14:02:09'
sid: '%us|USZ|ws-nos-36362|x86|Windows XP|7.6.0.324.R2008a'
lid: [1x77 char]
name: 'us'
domain: 'USZ'
host: 'ws-nos-36362'
ip: 'xxx.yyy.141.135'
osarch: 'x86'
osname: 'Windows XP'
osver: '5.1'
see
>> help whoami
for further explanations of the self-explanatory snippet |
| Acknowledgements |
This submission has inspired the following:
getUserName
|
| MATLAB release |
MATLAB 7 (R14)
|
| Other requirements |
the java engine must be loaded; the code was tested on various wintel systems only but SHOULD run on other systems as well |
|
Tags for This File
|
| Everyone's Tags |
|
| Tags I've Applied |
|
| Add New Tags |
Please login to tag files.
|
| Comments and Ratings (9) |
| 17 Jun 2008 |
D Slav
|
|
|
| 17 Jun 2008 |
Urs (us) Schwarz
|
|
|
| 18 Jun 2008 |
w s
|
|
|
| 20 Jun 2008 |
Urs (us) Schwarz
|
|
|
| 21 Jun 2008 |
John D'Errico
|
|
|
| 26 Jan 2009 |
Kevin J. Delaney
|
|
|
| 10 Dec 2009 |
Az Nephi
|
|
|
| 29 Dec 2009 |
us
|
|
|
| 07 Oct 2010 |
Amit Batifkoff
|
|
|
| Updates |
| 23 Jun 2008 |
added more information in the help section and the screen shot, which got lost the first time; version tag 18-Jun-2008 13:47:52 |
|
Contact us at files@mathworks.com