diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-03 01:48:46 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-09-03 01:48:46 +0000 |
commit | 45fc59e05babcd17722a95a2263f6575c1ccd8de (patch) | |
tree | e12ad6797c124aaf67aa73c84ce91b8e43435a19 /appendixa/psmisc-desc.xml | |
parent | 945a36158f05c13787a13fe6c16b03c17da246a6 (diff) |
Added pidof explanation to psmisc package
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1166 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/psmisc-desc.xml')
-rw-r--r-- | appendixa/psmisc-desc.xml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/appendixa/psmisc-desc.xml b/appendixa/psmisc-desc.xml index 090face99..303fa7cfb 100644 --- a/appendixa/psmisc-desc.xml +++ b/appendixa/psmisc-desc.xml @@ -1,7 +1,8 @@ <sect2> <title>Contents</title> -<para>The Psmisc package contains the fuser, killall and pstree programs.</para> +<para>The Psmisc package contains the fuser, killall, pidof and pstree +programs.</para> </sect2> @@ -21,6 +22,13 @@ commands.</para> </sect3> +<sect3><title>pidof</title> + +<para>Pidof finds the process id's (pids) of the named programs and +prints those id's on standard output.</para> + +</sect3> + <sect3><title>pstree</title> <para>pstree shows running processes as a tree.</para> |