home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / MISC / who.lzh / Readme.doc < prev    next >
Text File  |  1994-03-13  |  2KB  |  48 lines

  1. What is this archive?
  2. ---------------------
  3. This archive is my somewhat delayed response to the discussions in the 
  4. comp.os.os9 newsgroup in early 1994 about finding who are active users on a
  5. system. It also provides three unix utilities that are not part of the standard
  6. OSK toolset and that I have not found elsewhere.
  7.  
  8. The suggested solutions in the news thread all worked, but merely showed 
  9. group.user numbers and the terminal name (i.e a filtered procs line). You 
  10. had to _know_ that 1.24 was actually Fred. 
  11.  
  12. This solution shows how to use the unix utilities included in this archive 
  13. to show terminal and user names as well as demonstrating a safe (semi-secure) 
  14. way to show data from /dd/sys/password without displaying passwords. This 
  15. response is delayed as I had to reverse engineer and then write the programs.
  16.  
  17. The scripts are:
  18.  
  19. who        -    lists active users by name together with the terminal their login 
  20.             device.
  21.  
  22.             Restriction; If your shell is not called 'shell' the grep search
  23.                          argument in the first executable line must be changed
  24.                          to the name of your actual shell.
  25.  
  26. users    -    Produces a sorted list of users from /etc/sys/password
  27.  
  28. uids    -    Produces a sorted list of uids from /etc/sys/password
  29.  
  30. All the scripts are commented to excess and contain help text compatible
  31. with my Help utility. All require the 'field' utility and 'who' requires 
  32. 'join'. 'uniq' is included here for completeness; 'join' already discards 
  33. multiple shell invocation references so you only see each user once in the 
  34. output from 'who'. All work with the standard shell.
  35.  
  36. I have not included sources for the utilities with this initial release; if 
  37. reaction is favourable I will release it in the future.
  38.  
  39. Enquiries, comments etc should be sent to 
  40.  
  41. Martin Gregorie
  42. 10 Sadlers Mead
  43. Harlow
  44. Essex CM18 6HG
  45. U.K.
  46.  
  47. Gregorie@LFGMS.logica.com
  48.