From 673b0d84ba9591e07c0bdf0ee49d92eba10f502c Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Mon, 3 May 2004 10:59:46 +0000 Subject: * Merged newxml into HEAD git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/psmisc.xml | 57 +++++++++++++++++++++++++++++++++++++++++----------- 1 file changed, 45 insertions(+), 12 deletions(-) (limited to 'chapter06/psmisc.xml') diff --git a/chapter06/psmisc.xml b/chapter06/psmisc.xml index f506ed5b8..2378d60ff 100644 --- a/chapter06/psmisc.xml +++ b/chapter06/psmisc.xml @@ -1,17 +1,24 @@ + + + %general-entities; +]> -Installing Psmisc-&psmisc-version; - +Psmisc-&psmisc-version; + + +Psmisc The Psmisc package contains programs for displaying information on processes. -&buildtime; &psmisc-time; -&diskspace; &psmisc-compsize; +&buildtime; 0.1 SBU +&diskspace; 2.2 MB + +Psmisc installation depends on: Bash, Binutils, Coreutils, Diffutils, +GCC, Gettext, Glibc, Grep, Make, Ncurses, Sed. -&aa-psmisc-down; -&aa-psmisc-dep; -   Installation of Psmisc @@ -24,7 +31,7 @@ processes. --exec-prefix=/: This causes the -binaries to be installed in /bin and not in +binaries to be installed in /bin instead of /usr/bin. As the Psmisc programs are often used in bootscripts, they should be available also when the /usr file system isn't mounted. @@ -34,7 +41,7 @@ file system isn't mounted. make -And install it: +Now install it: make install @@ -58,8 +65,34 @@ creating the following symlink: -&aa-psmisc-shortdesc; -&aa-psmisc-desc; - +Contents of Psmisc + +Installed programs: fuser, killall, pstree and +pstree.x11 (link to pstree) + + + + +Short descriptions + +fuser +fuser reports the PIDs of processes that use +the given files or file systems. +killall +killall kills processes by name. It sends a signal +to all processes running any of the given commands. + +pstree +pstree displays running processes as a tree. + +pstree.x11 +pstree.x11 same as pstree except that it waits for +confirmation before exiting. + + + + + + -- cgit v1.2.3-54-g00ecf