Path: utzoo!mnetor!uunet!husc6!mit-eddie!uw-beaver!cornell!rochester!udel!mmdf From: Postmaster@locke.bitnet (PMDF Mail Server) Newsgroups: comp.os.minix Subject: Undeliverable mail Message-ID: <866@louie.udel.EDU> Date: 20 Dec 87 08:47:00 GMT Sender: mmdf@udel.EDU Lines: 81 The message could not be delivered to: Addressee: MINIX Reason: %MAIL-E, no such user MINIX at node LOCKE ---------------------------------------- Received: from JNET-DAEMON by locke.hs.washington.edu; Sun, 20 Dec 87 00:43 PST Received: From NDSUVM1(MAILER) by UWALOCKE with RSCS id 9248 for MINIX@UWALOCKE; Sun, 20 Dec 87 00:42 PST Received: by NDSUVM1 (Mailer X1.24) id 9215; Sun, 20 Dec 87 02:38:50 CST Date: 20 Dec 87 06:46:59 GMT From: monty walls Subject: Man page for PS Sender: Minix operating system To: Local Redistribution Reply-to: INFO-MINIX@UDEL.edu Comments: To: info-minix@UDEL.EDU ---------------------------------------------------------------------------- Sorry about forgetting to enclose the doc's for PS. Therefore please find enclosed the man page. Have fun with it- Monty Walls. -------------------------Cut Here-------------------------------------------- NAME ps - process status SYNOPSIS ps [-alx ] DESCRIPTION PS prints information about active processes. It does so by examining kernel, mm, and fs address spaces. The 'a' option asks for information about all processes with terminals (normally only ones own processes are displayed); 'x' displays processes even without terminals; 'l' asks for the long listing. The normal short listing contains the PID, TTY, TIME, and the CMD. The long listing contains: F - 01: in use; 02: waiting; 04: hanging; 10: paused; 20: alarm on; 40: seperate I & D spaces. S - s - suspended, r - running (process FS status) UID - owners uid PID - process id PPID - parents process id ADDR - core address(in hex) SZ - size of code+data+stack(in hex) WCHAN - the pid or name of the process its waiting on TTY - owning tty TIME - system & user time in seconds for the process CMD - command name of process FILES /dev/mem core memory /etc/maint.info kernel, fs, and mm maintence info PORTABILITY Heavily dependent on the basic structure of minix on 8088. SEE ALSO kill(1) .............