<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=32v_1m_ps</id>
		<title>32v 1m ps - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://gunkies.org/index.php?action=history&amp;feed=atom&amp;title=32v_1m_ps"/>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=32v_1m_ps&amp;action=history"/>
		<updated>2026-05-27T03:37:10Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.1</generator>

	<entry>
		<id>https://gunkies.org/w/index.php?title=32v_1m_ps&amp;diff=7008&amp;oldid=prev</id>
		<title>Neozeed: New page: PS(1)               UNIX Programmer's Manual                PS(1)    == NAME ==      ps - process status  == SYNOPSIS ==      ps [ aklx ] [ namelist ]  == DESCRIPTION ==      _P_s prints c...</title>
		<link rel="alternate" type="text/html" href="https://gunkies.org/w/index.php?title=32v_1m_ps&amp;diff=7008&amp;oldid=prev"/>
				<updated>2009-10-26T15:19:29Z</updated>
		
		<summary type="html">&lt;p&gt;New page: PS(1)               UNIX Programmer&amp;#039;s Manual                PS(1)    == NAME ==      ps - process status  == SYNOPSIS ==      ps [ aklx ] [ namelist ]  == DESCRIPTION ==      _P_s prints c...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;PS(1)               UNIX Programmer's Manual                PS(1)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== NAME ==&lt;br /&gt;
     ps - process status&lt;br /&gt;
&lt;br /&gt;
== SYNOPSIS ==&lt;br /&gt;
     ps [ aklx ] [ namelist ]&lt;br /&gt;
&lt;br /&gt;
== DESCRIPTION ==&lt;br /&gt;
     _P_s prints certain indicia about active processes.  The a&lt;br /&gt;
     option asks for information about all processes with termi-&lt;br /&gt;
     nals (ordinarily only one's own processes are displayed); x&lt;br /&gt;
     asks even about processes with no terminal; l asks for a&lt;br /&gt;
     long listing.  The short listing contains the process ID,&lt;br /&gt;
     tty letter, the cumulative execution time of the process and&lt;br /&gt;
     an approximation to the command line.&lt;br /&gt;
&lt;br /&gt;
     The long listing is columnar and contains&lt;br /&gt;
&lt;br /&gt;
     F    Flags associated with the process.  01: in memory; 02:&lt;br /&gt;
          system process; 04: locked in memory (e.g. for physical&lt;br /&gt;
          I/O); 10: being swapped; 20: being traced by another&lt;br /&gt;
          process; 200: partially swapped.&lt;br /&gt;
&lt;br /&gt;
     S    The state of the process.  0: nonexistent; S: sleeping;&lt;br /&gt;
          W: waiting; R: running; I: intermediate; Z: terminated;&lt;br /&gt;
          T: stopped.&lt;br /&gt;
&lt;br /&gt;
     UID  The user ID of the process owner.&lt;br /&gt;
&lt;br /&gt;
     PID  The process ID of the process; as in certain cults it&lt;br /&gt;
          is possible to kill a process if you know its true&lt;br /&gt;
          name.&lt;br /&gt;
&lt;br /&gt;
     PPID The process ID of the parent process.&lt;br /&gt;
&lt;br /&gt;
     CPU  Processor utilization for scheduling.&lt;br /&gt;
&lt;br /&gt;
     PRI  The priority of the process; high numbers mean low&lt;br /&gt;
          priority.&lt;br /&gt;
&lt;br /&gt;
     NICE Used in priority computation.&lt;br /&gt;
&lt;br /&gt;
     ADDR The memory address of the process if resident, other-&lt;br /&gt;
          wise the disk address.&lt;br /&gt;
&lt;br /&gt;
     SZ   The size in blocks of the memory image of the process.&lt;br /&gt;
&lt;br /&gt;
     WCHAN&lt;br /&gt;
          The event for which the process is waiting or sleeping;&lt;br /&gt;
          if blank, the process is running.&lt;br /&gt;
&lt;br /&gt;
     TTY  The controlling tty for the process.&lt;br /&gt;
&lt;br /&gt;
     TIME The cumulative execution time for the process.&lt;br /&gt;
&lt;br /&gt;
     The command and its arguments.&lt;br /&gt;
&lt;br /&gt;
     A process that has exited and has a parent, but has not yet&lt;br /&gt;
     been waited for by the parent is marked &amp;lt;defunct&amp;gt;.  _P_s makes&lt;br /&gt;
     an educated guess as to the file name and arguments given&lt;br /&gt;
     when the process was created by examining memory or the swap&lt;br /&gt;
     area.  The method is inherently somewhat unreliable and in&lt;br /&gt;
     any event a process is entitled to destroy this information,&lt;br /&gt;
     so the names cannot be counted on too much.&lt;br /&gt;
&lt;br /&gt;
     If the k option is specified, the file /_u_s_r/_s_y_s/_c_o_r_e is used&lt;br /&gt;
     in place of /_d_e_v/_k_m_e_m.  This is used for postmortem system&lt;br /&gt;
     debugging.  If a second argument is given, it is taken to be&lt;br /&gt;
     the file containing the system's namelist.&lt;br /&gt;
&lt;br /&gt;
== FILES ==&lt;br /&gt;
     /unix         system namelist&lt;br /&gt;
     /dev/kmem     kernel memory&lt;br /&gt;
     /usr/sys/core alternate core file&lt;br /&gt;
     /dev          searched to find swap device and tty names&lt;br /&gt;
&lt;br /&gt;
== SEE ALSO ==&lt;br /&gt;
     [[32v 1m kill|kill(1)]]&lt;br /&gt;
&lt;br /&gt;
== BUGS ==&lt;br /&gt;
     Things can change while _p_s is running; the picture it gives&lt;br /&gt;
     is only a close approximation to reality.&lt;br /&gt;
     Some data printed for defunct processes is irrelevant.&lt;br /&gt;
&lt;br /&gt;
[[Category:32v man section 1]]&lt;/div&gt;</summary>
		<author><name>Neozeed</name></author>	</entry>

	</feed>