<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>OpenPeta &#187; Process Management</title>
	<atom:link href="http://openpeta.com/index.php/category/process-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://openpeta.com</link>
	<description>Open Mind ....  Open Source ...</description>
	<lastBuildDate>Wed, 21 Jul 2010 03:20:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Process Tree &#8211; pstree command</title>
		<link>http://openpeta.com/index.php/2007/09/process-tree-pstree-command/</link>
		<comments>http://openpeta.com/index.php/2007/09/process-tree-pstree-command/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 07:38:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Process Management]]></category>

		<guid isPermaLink="false">http://www.openpeta.com/2007/09/24/process-tree-pstree-command/</guid>
		<description><![CDATA[pstree is used for displaying a tree of processes . with pstree options we find details about processes, the syntax of pstree command is pstree options Examples1. [root@myserver ~]# pstree (Dispaly all processes)init─┬─acpid ├─atd ├─bonobo-activati ├─cannaserver ├─clock-applet ├─crond ├─cups-config-dae ├─cupsd ├─2*[dbus-daemon-1] ├─dbus-launch ├─eggcups ├─events/0─┬─aio/0 │ ├─aio/1 │ ├─ata/0 │ ├─ata/1 │ ├─kacpid │ ├─kauditd │ [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-family:verdana;font-size:130%;">pstree is used for displaying a tree of processes . with pstree options we find details about processes, the syntax of pstree command is </span><br /><span style="font-style: italic; font-weight: bold;"> pstree options</span></p>
<p>Examples<br />1. <span style="font-weight: bold; font-style: italic;">[root@myserver ~]# pstree</span> (Dispaly all processes)<br />init─┬─acpid<br />    ├─atd<br />    ├─bonobo-activati<br />    ├─cannaserver<br />    ├─clock-applet<br />    ├─crond<br />    ├─cups-config-dae<br />    ├─cupsd<br />    ├─2*[dbus-daemon-1]<br />    ├─dbus-launch<br />    ├─eggcups<br />    ├─events/0─┬─aio/0<br />    │          ├─aio/1<br />    │          ├─ata/0<br />    │          ├─ata/1<br />    │          ├─kacpid<br />    │          ├─kauditd<br />    │          ├─kblockd/0<br />    │          ├─kblockd/1<br />    │          ├─khelper<br />    │          ├─kmir_mon<br />    │          ├─kmirrord<br />    │          └─2*[pdflush]<br />    ├─events/1─┬─kmpathd/0<br />    │          └─kmpathd/1<br />    ├─firefox───run-mozilla.sh───firefox-bin───netstat<br />    ├─gam_server<br />    ├─gconfd-2<br />    ├─gdm-binary───gdm-binary─┬─X<br />    │                         └─gnome-session<br />    ├─gnome-keyring-d<br />    ├─gnome-panel<br />    ├─gnome-settings-<br />    ├─gnome-terminal─┬─bash───pstree<br />    │                ├─bash<br />    │                └─gnome-pty-helpe<br />    ├─gnome-vfs-daemo<br />    ├─gnome-volume-ma<br />    ├─gpm<br />    ├─hald<br />    ├─htt───htt_server<br />    ├─irqbalance<br />    ├─khubd<br />    ├─2*[kjournald]<br />    ├─klogd<br />    ├─kseriod<br />    ├─ksoftirqd/0<br />    ├─ksoftirqd/1<br />    ├─kswapd0<br />    ├─mapping-daemon<br />    ├─metacity<br />    ├─migration/0<br />    ├─migration/1<br />    ├─6*[mingetty]<br />    ├─mixer_applet2<br />    ├─nautilus<br />    ├─nautilus-throbb<br />    ├─notification-ar<br />    ├─pam-panel-icon───pam_timestamp_c<br />    ├─rpc.idmapd<br />    ├─scsi_eh_0<br />    ├─ssh-agent<br />    ├─sshd<br />    ├─syslogd<br />    ├─udevd<br />    ├─vino-server<br />    ├─wnck-applet<br />    ├─xfs<br />    └─xinetd</p>
<p>2. <span style="font-weight: bold; font-style: italic;">[root@myserver ~]# pstree -p</span>  (all processes with process ID)<br />init(1)─┬─acpid(2721)<br />       ├─atd(2945)<br />       ├─bonobo-activati(12511)<br />       ├─cannaserver(2876)<br />       ├─clock-applet(12589)<br />       ├─crond(2888)<br />       ├─cups-config-dae(2977)<br />       ├─cupsd(4003)<br />       ├─dbus-daemon-1(12502)<br />       ├─dbus-daemon-1(2964)<br />       ├─dbus-launch(12501)<br />       ├─eggcups(12566)<br />       ├─events/0(6)─┬─aio/0(42)<br />       │             ├─aio/1(43)<br />       │             ├─ata/0(198)<br />       │             ├─ata/1(199)<br />       │             ├─kacpid(9)<br />       │             ├─kauditd(1861)<br />       │             ├─kblockd/0(28)<br />       │             ├─kblockd/1(29)<br />       │             ├─khelper(8)<br />       │             ├─kmir_mon(2092)<br />       │             ├─kmirrord(2091)<br />       │             ├─pdflush(39)<br />       │             └─pdflush(40)<br />       ├─events/1(7)─┬─kmpathd/0(2084)<br />       │             └─kmpathd/1(2085)<br />       ├─firefox(12593)───run-mozilla.sh(12612)───firefox-bin(12617)───netstat+        ├─gam_server(12519)<br />       ├─gconfd-2(12506)<br />       ├─gdm-binary(3005)───gdm-binary(3371)─┬─X(3376)<br />       │                                     └─gnome-session(12438)<br />       ├─gnome-keyring-d(12509)<br />       ├─gnome-panel(12557)<br />       ├─gnome-settings-(12513)<br />├─gnome-terminal(12725)─┬─bash(12727)───man(14007)───sh(14009)───less(1+ │ ├─bash(13965)───pstree(14082)<br />       │                       └─gnome-pty-helpe(12726)<br />       ├─gnome-vfs-daemo(12575)<br />       ├─gnome-volume-ma(12561)<br />       ├─gpm(2832)<br />       ├─hald(2988)<br />       ├─htt(2863)───htt_server(2864)<br />       ├─irqbalance(2568)<br />       ├─khubd(30)<br />       ├─kjournald(212)<br />       ├─kjournald(2110)<br />       ├─klogd(2557)<br />       ├─kseriod(117)<br />       ├─ksoftirqd/0(3)<br />       ├─ksoftirqd/1(5)<br />       ├─kswapd0(41)<br />       ├─mapping-daemon(12582)<br />       ├─metacity(12553)<br />       ├─migration/0(2)<br />       ├─migration/1(4)<br />       ├─mingetty(2998)<br />       ├─mingetty(2999)<br />       ├─mingetty(3001)<br />       ├─mingetty(3002)<br />       ├─mingetty(3003)<br />       ├─mingetty(3004)<br />       ├─mixer_applet2(12587)<br />       ├─nautilus(12559)<br />       ├─nautilus-throbb(13189)<br />       ├─notification-ar(12591)<br />       ├─pam-panel-icon(12568)───pam_timestamp_c(12571)<br />       ├─rpc.idmapd(2619)<br />       ├─scsi_eh_0(203)<br />       ├─ssh-agent(12468)<br />       ├─sshd(2807)<br />       ├─syslogd(2553)<br />       ├─udevd(1121)<br />       ├─vino-server(12545)<br />       ├─wnck-applet(12585)<br />       ├─xfs(2926)<br />       └─xinetd(2822)</p>
<p>3.<span style="font-weight: bold; font-style: italic;"> [root@myserver ~]# pstree -a</span>  (processes with command line arguments and path)<br />init<br /> ├─acpid<br /> ├─atd<br /> ├─bonobo-activati &#8211;ac-activate &#8211;ior-output-fd=18<br /> ├─cannaserver -syslog -u canna<br /> ├─clock-applet &#8211;oaf-activate-iid=OAFIID:GNOME_ClockApplet_Factory&#8211;<br /> ├─crond<br /> ├─cups-config-dae<br /> ├─cupsd<br /> ├─dbus-daemon-1 &#8211;fork &#8211;print-pid 8 &#8211;print-address 6 &#8211;session<br /> ├─dbus-daemon-1 &#8211;system<br /> ├─dbus-launch &#8211;exit-with-session /etc/X11/xinit/Xclients<br /> ├─eggcups &#8211;sm-client-id default5<br /> ├─(events/0)<br /> │   ├─(aio/0)<br /> │   ├─(aio/1)<br /> │   ├─(ata/0)<br /> │   ├─(ata/1)<br /> │   ├─(kacpid)<br /> │   ├─(kauditd)<br /> │   ├─(kblockd/0)<br /> │   ├─(kblockd/1)<br /> │   ├─(khelper)<br /> │   ├─(kmir_mon)<br /> │   ├─(kmirrord)<br /> │   ├─(pdflush)<br /> │   └─(pdflush)<br /> ├─(events/1)<br /> │   ├─(kmpathd/0)<br /> │   └─(kmpathd/1)<br /> ├─firefox /usr/lib/firefox-1.0.7/firefox -UILocale en-US<br /> │   └─run-mozilla.sh /usr/lib/firefox-1.0.7/run-mozilla.sh&#8230;<br /> │       └─firefox-bin -UILocale en-US<br /> │           └─(netstat)<br /> ├─gam_server<br /> ├─gconfd-2 5<br /> ├─gdm-binary -nodaemon<br /> │   └─gdm-binary -nodaemon<br /> │       ├─X :0 -audit 0 -auth /var/gdm/:0.Xauth -nolisten tcp vt7<br /> │       └─gnome-session<br /> ├─gnome-keyring-d<br /> ├─gnome-panel &#8211;sm-client-id default2<br /> ├─gnome-settings&#8212;oaf-activate-iid=OAFIID:GNOME_SettingsDaemo<br /> ├─gnome-terminal<br /> │   ├─bash<br /> │   │   └─pstree -a<br /> │   ├─bash<br /> │   │   └─man pstree<br /> │   │       └─sh -c&#8230;<br /> │   │           └─less -iRs<br /> │   └─gnome-pty-helpe<br /> ├─gnome-vfs-daemo&#8211;oaf-activate-iid=OAFIID:GNOME_VFS_Daemon_Factory<br /> ├─gnome-volume-ma &#8211;sm-client-id default6<br /> ├─gpm -m /dev/input/mice -t imps2<br /> ├─hald<br /> ├─htt -retryonerror 0<br /> │   └─htt_server -nodaemon<br /> ├─irqbalance<br /> ├─(<br />
khubd)<br /> ├─(kjournald)<br /> ├─(kjournald)<br /> ├─klogd -x<br /> ├─(kseriod)<br /> ├─(ksoftirqd/0)<br /> ├─(ksoftirqd/1)<br /> ├─(kswapd0)<br /> ├─mapping-daemon<br /> ├─metacity &#8211;sm-client-id=default1<br /> ├─(migration/0)<br /> ├─(migration/1)<br /> ├─mingetty tty1<br /> ├─mingetty tty2<br /> ├─mingetty tty3<br /> ├─mingetty tty4<br /> ├─mingetty tty5<br /> ├─mingetty tty6<br /> ├─mixer_applet2 &#8211;oaf-activate-iid=OAFIID:GNOME_MixerApplet_Factory-<br /> ├─nautilus &#8211;no-default-window &#8211;sm-client-id default3<br /> ├─nautilus-throbb&#8211;oaf-activate-iid=OAFIID:Nautilus_Throbber_Facto<br /> ├─notification-ar&#8211;oaf-activate-iid=OAFIID:GNOME_Notificati<br /> ├─pam-panel-icon &#8211;sm-client-id default0<br /> │   └─pam_timestamp_c -d root<br /> ├─rpc.idmapd<br /> ├─(scsi_eh_0)<br /> ├─ssh-agent -s<br /> ├─sshd<br /> ├─syslogd -m 0<br /> ├─udevd<br /> ├─vino-server &#8211;oaf-activate-iid=OAFIID:GNOME_RemoteDesktopServer&#8211;o<br /> ├─wnck-applet &#8211;oaf-activate-iid=OAFIID:GNOME_Wncklet_Factory&#8211;oaf-i<br /> ├─xfs -droppriv -daemon<br /> └─xinetd -stayalive -pidfile /var/run/xinetd.pid</p>
]]></content:encoded>
			<wfw:commentRss>http://openpeta.com/index.php/2007/09/process-tree-pstree-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ps command</title>
		<link>http://openpeta.com/index.php/2007/09/ps-command/</link>
		<comments>http://openpeta.com/index.php/2007/09/ps-command/#comments</comments>
		<pubDate>Fri, 21 Sep 2007 19:09:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Process Management]]></category>

		<guid isPermaLink="false">http://www.openpeta.com/2007/09/22/ps-command/</guid>
		<description><![CDATA[The ps command is used for manage the running process in our system.Example :1) VIT:/home/antony# ps PID TTY TIME CMD 4717 pts/5 00:00:00 bash 4724 pts/5 00:00:00 psThis command displays the active processes on your system 2) VIT:/home/antony# ps -e PID TTY TIME CMD 1 ? 00:00:01 init 2 ? 00:00:00 migration/0 3 ? 00:00:00 [...]]]></description>
			<content:encoded><![CDATA[<p>The ps command is used for manage the running process in our system.<br />Example :<br />1) VIT:/home/antony# ps<br />  PID TTY          TIME CMD<br />  4717 pts/5    00:00:00 bash<br />  4724 pts/5    00:00:00 ps<br />This command displays the active processes on your system</p>
<p>2) VIT:/home/antony# ps -e<br />  PID TTY          TIME CMD<br />    1 ?        00:00:01 init<br />    2 ?        00:00:00 migration/0<br />    3 ?        00:00:00 ksoftirqd/0<br />    4 ?        00:00:00 events/0<br />    5 ?        00:00:00 khelper<br />    6 ?        00:00:00 kthread<br />    9 ?        00:00:00 kblockd/0<br />   10 ?        00:00:00 kacpid<br />  102 ?        00:00:00 kseriod<br />  142 ?        00:00:00 pdflush<br />  143 ?        00:00:00 pdflush<br />  144 ?        00:00:00 kswapd0<br />  145 ?        00:00:00 aio/0<br />  588 ?        00:00:00 ata/0<br />  590 ?        00:00:00 ata_aux<br />  591 ?        00:00:00 khubd<br />  593 ?        00:00:00 scsi_eh_0<br />  595 ?        00:00:00 scsi_eh_1<br /> 1066 ?        00:00:00 kjournald<br /> 1247 ?        00:00:00 udevd<br /> 1632 ?        00:00:00 kpsmoused<br /> 1650 ?        00:00:00 kgameportd<br /> 1956 ?        00:00:00 kmirrord<br /> 2009 ?        00:00:00 kjournald<br /> 2340 ?        00:00:00 portmap<br /> 2592 ?        00:00:00 syslogd<br /> 2598 ?        00:00:00 klogd<br /> 2612 ?        00:00:00 named<br /> 2638 ?        00:00:00 lwresd<br /> 2662 ?        00:00:00 hpiod<br /> 2665 ?        00:00:00 python<br /> 2702 ?        00:00:00 postmaster<br /> 2705 ?        00:00:00 postmaster<br /> 2706 ?        00:00:00 postmaster<br /> 2707 ?        00:00:00 postmaster<br /> 2791 ?        00:00:00 acpid<br /> 2798 ?        00:00:00 dbus-daemon<br /> 2806 ?        00:00:03 hald<br /> 2807 ?        00:00:00 hald-runner<br /> 2813 ?        00:00:00 hald-addon-acpi<br /> 2817 ?        00:00:00 hald-addon-keyb<br /> 2830 ?        00:00:01 hald-addon-stor<br /> 2842 ?        00:00:00 hald-addon-stor<br /> 2849 ?        00:00:00 dhcdbd<br /> 2856 ?        00:00:00 NetworkManager<br /> 2871 ?        00:00:00 avahi-daemon<br /> 2872 ?        00:00:00 avahi-daemon<br /> 2879 ?        00:00:00 NetworkManagerD<br /> 2889 ?        00:00:00 dirmngr<br /> 2941 ?        00:00:00 exim4<br /> 2968 ?        00:00:00 papd<br /> 2970 ?        00:00:00 afpd<br /> 2972 ?        00:00:00 cnid_metad<br /> 2995 ?        00:00:00 nfsd4<br /> 2996 ?        00:00:00 nfsd<br /> 2997 ?        00:00:00 nfsd<br /> 2998 ?        00:00:00 nfsd<br /> 2999 ?        00:00:00 nfsd<br /> 3000 ?        00:00:00 nfsd<br /> 3001 ?        00:00:00 nfsd<br /> 3002 ?        00:00:00 nfsd<br /> 3003 ?        00:00:00 nfsd<br /> 3004 ?        00:00:00 lockd<br /> 3005 ?        00:00:00 rpciod/0<br /> 3009 ?        00:00:00 rpc.mountd<br /> 3019 ?        00:00:00 inetd<br /> 3026 ?        00:00:00 nmbd<br /> 3028 ?        00:00:00 smbd<br /> 3038 ?        00:00:00 smbd<br /> 3039 ?        00:00:00 winbindd<br /> 3086 ?        00:00:00 winbindd<br /> 3095 ?        00:00:00 gdm<br /> 3096 ?        00:00:00 gdm<br /> 3104 tty7     00:09:28 Xorg<br /> 3107 ?        00:00:00 rpc.statd<br /> 3120 ?        00:00:00 rpc.idmapd<br /> 3155 ?        00:00:00 hcid<br /> 3159 ?        00:00:00 sdpd<br /> 3171 ?        00:00:00 krfcommd<br /> 3240 ?        00:00:00 powersaved<br /> 3270 ?        00:00:00 atd<br /> 3277 ?        00:00:00 cron<br /> 3355 tty1     00:00:00 getty<br /> 3356 tty2     00:00:00 getty<br /> 3357 tty3     00:00:00 getty<br /> 3358 tty4     00:00:00 getty<br /> 3359 tty5     00:00:00 getty<br /> 3360 tty6     00:00:00 getty<br /> 3371 ?        00:00:01 gnome-session<br /> 3423 ?        00:00:00 ssh-agent<br /> 3426 ?        00:00:00 dbus-launch<br /> 3427 ?        00:00:00 dbus-daemon<br /> 3429 ?        00:00:00 gconfd-2<br /> 3432 ?        00:00:00 gnome-keyring-d<br /> 3434 ?        00:00:00 bonobo-activati<br /> 3436 ?        00:00:06 gnome-settings-<br /> 3439 ?        00:00:31 metacity<br /> 3455 ?        00:00:14 nautilus<br /> 3461 ?        00:00:00 vino-session<br /> 3462 ?        00:00:00 gnome-volume-ma<br /> 3468 ?        00:00:01 gnome-vfs-daemo<br /> 3484 ?        00:00:15 beagled<br /> 3488 ?        00:00:02 gnome-power-man<br /> 3501 ?        00:00:00 mapping-daemon<br /> 3518 ?        00:00:01 kbluetoothd.rea<br /> 3521 ?        00:00:06 gnome-screensav<br /> 3527 ?        00:00:14 gnome-panel<br /> 3529 ?        00:00:26 wnck-applet<br /> 3532 ?        00:00:02 mixer_applet2<br /> 3535 ?        00:00:00 notification-ar<br /> 3537 ?        00:00:01 clock-applet<br /> 3542 ?        00:00:00 passkey-agent<br /> 3545 ?        00:00:00 kdeinit<br /> 3548 ?        00:00:00 dcopserver<br /> 3550 ?        00:00:00 klauncher<br /> 3552 ?        00:00:04 kded<br /> 3556 ?        00:00:00 knotify<br /> 3560 ?        00:00:48 gksu<br /> 3565 pts/0    00:00:00 su<br /> 3568 pts/0    00:00:00 gksu-run-helper<br /> 3575 pts/0    00:00:10 gnome-terminal<br /> 3589 pts/0    00:00:00 gconfd-2<br /> 3591 ?        00:00:00 bonobo-activati<br /> 3592 pts/0    00:00:00 gnome-pty-helpe<br /> 3593 pts/1    00:00:00 bash<br /> 3619 ?        00:00:00 kdeinit<br /> 3623 ?        00:00:00 dcopserver<br /> 3625 ?        00:00:00 klauncher<br /> 3672 ?        00:00:06 knotify<br /> 3675 ?        00:00:02 artsd<br /> 3768 pts/1    00:00:07 kppp<br /> 3769 ?        00:00:00 kppp<br /> 3774 rfcomm0  00:00:00 pppd<br /> 3794 ?        00:12:36 firefox-bin<br /> 3931 ?        00:00:03 notification-da<br /> 3962 ?        00:00:00 winbindd<br /> 4248 ?        00:00:00 smbd<br /> 4395 ?        00:00:00 smbd<br /> 4680 pts/2    00:00:00 bash<br /> 4692 pts/2    00:00:00 man<br /> 4698 pts/2    00:00:00 pager<br /> 4717 pts/5    00:00:00 bash<br /> 4726 pts/5    00:00:00 ps<br />This ps -e displays all running processes on your system</p>
<p>3) VIT:/home/antony# ps -LF<br />UID        PID  PPID   LWP  C NLWP    SZ   RSS PSR STIME TTY          TIME CMD<br />root      4717  3575  4717  0    1   991  1672   0 00:09 pts/5    00:00:00 bash<br />root      4731  4717  4731  0    1   857   992   0 00:13 pts/5    00:00:00 ps -LF</p>
<p>This ps -LF option displays the inforamtion about active process thread details on your system.</p>
<p>4) VIT:/home/antony# ps -ejH<br />  PID  PGID   SID TTY          TIME CMD<br />    1     1     1 ?        00:00:01 init<br />    2     1     1 ?        00:00:00   migration/0<br />    3     1     1 ?        00:00:00   ksoftirqd/0<br />    4     1     1 ?        00:00:00   events/0<br />    5     1     1 ?        00:00:00   khelper<br />    6     1     1 ?        00:00:00   kthread<br />    9     1     1 ?        00:00:00     kblockd/0<br />   10     1     1 ?        00:00:00     kacpid<br />  102     1     1 ?        00:00:00     kseriod<br />  142     1     1 ?        00:00:00     pdflush<br />  143     1     1 ?        00:00:00     pdflush<br />  144     1     1 ?        00:00:00     kswapd0<br />  145     1     1 ?        00:00:00     aio/0<br />  588     1     1 ?        00:00:00     ata/0<br />  590     1     1 ?        00:00:00     ata_aux<br />  591     1     1 ?        00:00:00     khubd<br />  593     1     1 ?        00:00:00     scsi_eh_0<br />  595     1     1 ?        00:00:00     scsi_eh_1<br /> 1066     1     1 ?        00:00:00     kjournald<br /> 1632     1     1 ?        00:00:00     kpsmoused<br /> 1650     1     1 ?        00:00:00     kgameportd<br /> 1956     1     1 ?        00:00:00     kmirrord<br /> 2009     1     1 ?        00:00:00     kjournald<br /> 2995     1     1 ?        00:00:00     nfsd4<br /> 3005     1     1 ?        00:00:00     rpciod/0<br /> 1247  1247  1247 ?        00:00:00   udevd<br /> 2340  2340  2340 ?        00:00:00   portmap<br /> 2592  2592  2592 ?        00:00:00   syslogd<br /> 2598  2598  2598 ?        00:00:00   klogd<br /> 2612  2612  2612 ?        00:00:00   named<br /> 2638  2638  2638 ?        00:00:00   lwresd<br /> 2662  2662  2662 ?        00:00:00   hpiod<br /> 2665  2664  2664 ?        00:00:00   python<br /> 2702  2698  2698 ?        00:00:00   postmaster<br /> 2705  2698  2698 ?        00:00:00     postmaste<br />
r<br /> 2706  2698  2698 ?        00:00:00     postmaster<br /> 2707  2698  2698 ?        00:00:00       postmaster<br /> 2791  2791  2791 ?        00:00:00   acpid<br /> 2798  2798  2798 ?        00:00:00   dbus-daemon<br /> 2806  2806  2806 ?        00:00:03   hald<br /> 2807  2806  2806 ?        00:00:00     hald-runner<br /> 2813  2806  2806 ?        00:00:00       hald-addon-acpi<br /> 2817  2806  2806 ?        00:00:00       hald-addon-keyb<br /> 2830  2806  2806 ?        00:00:01       hald-addon-stor<br /> 2842  2806  2806 ?        00:00:00       hald-addon-stor<br /> 2849  2849  2849 ?        00:00:00   dhcdbd<br /> 2856  2856  2856 ?        00:00:00   NetworkManager<br /> 2871  2871  2871 ?        00:00:00   avahi-daemon<br /> 2872  2872  2872 ?        00:00:00     avahi-daemon<br /> 2879  2879  2879 ?        00:00:00   NetworkManagerD<br /> 2889  2889  2889 ?        00:00:00   dirmngr<br /> 2941  2941  2941 ?        00:00:00   exim4<br /> 2968  2561  2561 ?        00:00:00   papd<br /> 2970  2561  2561 ?        00:00:00   afpd<br /> 2972  2972  2561 ?        00:00:00   cnid_metad<br /> 2996     1     1 ?        00:00:00   nfsd<br /> 2997     1     1 ?        00:00:00   nfsd<br /> 2998     1     1 ?        00:00:00   nfsd<br /> 2999     1     1 ?        00:00:00   nfsd<br /> 3000     1     1 ?        00:00:00   nfsd<br /> 3001     1     1 ?        00:00:00   nfsd<br /> 3002     1     1 ?        00:00:00   nfsd<br /> 3003     1     1 ?        00:00:00   nfsd<br /> 3004     1     1 ?        00:00:00   lockd<br /> 3009  3009  3009 ?        00:00:00   rpc.mountd<br /> 3019  3019  3019 ?        00:00:00   inetd<br /> 3026  3026  3026 ?        00:00:00   nmbd<br /> 3028  3028  3028 ?        00:00:00   smbd<br /> 3038  3028  3028 ?        00:00:00     smbd<br /> 4248  3028  3028 ?        00:00:00     smbd<br /> 4395  3028  3028 ?        00:00:00     smbd<br /> 3039  3039  3039 ?        00:00:00   winbindd<br /> 3086  3039  3039 ?        00:00:00     winbindd<br /> 3962  3039  3039 ?        00:00:00     winbindd<br /> 3095  3095  3095 ?        00:00:00   gdm<br /> 3096  3096  3095 ?        00:00:00     gdm<br /> 3104  3104  3104 tty7     00:09:43       Xorg<br /> 3371  3371  3371 ?        00:00:01       gnome-session<br /> 3423  3423  3423 ?        00:00:00         ssh-agent<br /> 3107  3107  3107 ?        00:00:00   rpc.statd<br /> 3120  3120  3120 ?        00:00:00   rpc.idmapd<br /> 3155  3155  3155 ?        00:00:00   hcid<br /> 3159  3159  3159 ?        00:00:00   sdpd<br /> 3171     1     1 ?        00:00:00   krfcommd<br /> 3240  3239  3239 ?        00:00:00   powersaved<br /> 3270  3270  3270 ?        00:00:00   atd<br /> 3277  3277  3277 ?        00:00:00   cron<br /> 3355  3355  3355 tty1     00:00:00   getty<br /> 3356  3356  3356 tty2     00:00:00   getty<br /> 3357  3357  3357 tty3     00:00:00   getty<br /> 3358  3358  3358 tty4     00:00:00   getty<br /> 3359  3359  3359 tty5     00:00:00   getty<br /> 3360  3360  3360 tty6     00:00:00   getty<br /> 3426  3371  3371 ?        00:00:00   dbus-launch<br /> 3427  3427  3427 ?        00:00:00   dbus-daemon<br /> 3429  3371  3371 ?        00:00:00   gconfd-2<br /> 3432  3371  3371 ?        00:00:00   gnome-keyring-d<br /> 3434  3434  3434 ?        00:00:00   bonobo-activati<br /> 3436  3434  3434 ?        00:00:06   gnome-settings-<br /> 3439  3439  3439 ?        00:00:32   metacity<br /> 3455  3455  3455 ?        00:00:14   nautilus<br /> 3461  3461  3461 ?        00:00:00   vino-session<br /> 3462  3462  3462 ?        00:00:00   gnome-volume-ma<br /> 3468  3434  3434 ?        00:00:01   gnome-vfs-daemo<br /> 3484  3481  3481 ?        00:00:15   beagled<br /> 3488  3488  3488 ?        00:00:02   gnome-power-man<br /> 3501  3455  3455 ?        00:00:00   mapping-daemon<br /> 3518  3453  3453 ?        00:00:01   kbluetoothd.rea<br /> 3521  3521  3521 ?        00:00:06   gnome-screensav<br /> 3527  3527  3527 ?        00:00:14   gnome-panel<br /> 3529  3434  3434 ?        00:00:26   wnck-applet<br /> 3532  3434  3434 ?        00:00:02   mixer_applet2<br /> 3535  3434  3434 ?        00:00:01   notification-ar<br /> 3537  3434  3434 ?        00:00:01   clock-applet<br /> 3542  3527  3527 ?        00:00:00   passkey-agent<br /> 3545  3545  3545 ?        00:00:00   kdeinit<br /> 3550  3545  3545 ?        00:00:00     klauncher<br /> 3548  3545  3545 ?        00:00:00   dcopserver<br /> 3552  3545  3545 ?        00:00:04   kded<br /> 3556  3545  3545 ?        00:00:00   knotify<br /> 3560  3455  3455 ?        00:00:50   gksu<br /> 3565  3565  3565 pts/0    00:00:00     su<br /> 3568  3565  3565 pts/0    00:00:00       gksu-run-helper<br /> 3575  3565  3565 pts/0    00:00:12         gnome-terminal<br /> 3592  3565  3565 pts/0    00:00:00           gnome-pty-helpe<br /> 3593  3593  3593 pts/1    00:00:00           bash<br /> 3768  3768  3593 pts/1    00:00:07             kppp<br /> 3769  3769  3769 ?        00:00:00               kppp<br /> 3774  3774  3774 rfcomm0  00:00:00                 pppd<br /> 4680  4680  4680 pts/2    00:00:00           bash<br /> 4692  4692  4680 pts/2    00:00:00             man<br /> 4698  4692  4680 pts/2    00:00:00               pager<br /> 4717  4717  4717 pts/5    00:00:00           bash<br /> 4736  4736  4717 pts/5    00:00:00             ps<br /> 3589  3565  3565 pts/0    00:00:00   gconfd-2<br /> 3591  3591  3591 ?        00:00:00   bonobo-activati<br /> 3619  3619  3619 ?        00:00:00   kdeinit<br /> 3625  3619  3619 ?        00:00:00     klauncher<br /> 3623  3619  3619 ?        00:00:00   dcopserver<br /> 3672  3619  3619 ?        00:00:06   knotify<br /> 3675  3619  3619 ?        00:00:02   artsd<br /> 3794  3527  3527 ?        00:12:56   firefox-bin<br /> 3931  3427  3427 ?        00:00:03   notification-da<br />This ps -eJF option displays the process tree of all running processes</p>
]]></content:encoded>
			<wfw:commentRss>http://openpeta.com/index.php/2007/09/ps-command/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
