diff options
Diffstat (limited to 'appendixa/psmisc-desc.xml')
-rw-r--r-- | appendixa/psmisc-desc.xml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/appendixa/psmisc-desc.xml b/appendixa/psmisc-desc.xml new file mode 100644 index 000000000..a8cd4fe56 --- /dev/null +++ b/appendixa/psmisc-desc.xml @@ -0,0 +1,39 @@ +<sect2> +<title>Contents</title> + +<para> +The Psmisc package contains the fuser, killall and pstree programs. +</para> + +</sect2> + +<sect2><title>Description</title> + +<sect3><title>fuser</title> + +<para> +fuser displays the PIDs of processes using the specified files or file +systems. +</para> + +</sect3> + +<sect3><title>killall</title> + +<para> +killall sends a signal to all processes running any of the specified +commands. +</para> + +</sect3> + +<sect3><title>pstree</title> + +<para> +pstree shows running processes as a tree. +</para> + +</sect3> + +</sect2> + |