home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume6 / bsd.ps.patch / ps.1.patch < prev    next >
Encoding:
Text File  |  1986-11-30  |  840 b   |  31 lines

  1. 135,163d134
  2. < .TP 5
  3. < .B U
  4. < This flag instructs
  5. < .I ps
  6. < recreate its data files; all the files in
  7. < .I /etc/ttys
  8. < are stat'd, and the data is recorded in
  9. < .IR /etc/psdatabase ;
  10. < the namelist of
  11. < .I /vmunix
  12. < is stored in
  13. < .IR /etc/psdatabase .
  14. < This information changes only when the ttys are changed, or when a new
  15. < kernel is booted.
  16. < It is a good idea to put ``/bin/ps -U'' in
  17. < .IR /etc/rc.local .
  18. < .TP 5
  19. < .BI L login
  20. < This flag will do a ``ps x'' as the login name specified; i.e., is as
  21. < if the user with the indicated login name had run the command.
  22. < .TP 5
  23. < .B R
  24. < This will show the running processes in the system; it is faster than
  25. < .IR top (1L).
  26. < .TP 5
  27. < .BI N #
  28. < This flag will show all processes with a nice value greater than
  29. < or equal to #; e.g., ``ps lN4'' shows all the automatically-niced
  30. < processes.
  31.