From 978d0bffc413b67ead9db2d2816b916cf3d502ca Mon Sep 17 00:00:00 2001 From: Alex Gronenwoud Date: Wed, 24 Sep 2003 22:29:16 +0000 Subject: Changing the style of the command descriptions in appendix A. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2879 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- appendixa/psmisc-desc.xml | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'appendixa/psmisc-desc.xml') diff --git a/appendixa/psmisc-desc.xml b/appendixa/psmisc-desc.xml index 6f093c6fa..7b4c8e587 100644 --- a/appendixa/psmisc-desc.xml +++ b/appendixa/psmisc-desc.xml @@ -6,19 +6,16 @@ Program file descriptions -Note that in LFS we don't install the pidof link by default -because we use pidof from sysvinit instead. +fuser reports the PIDs of processes that use +the given files or filesystems. -fuser -fuser displays the PIDs of processes that use the specified -files or file systems. +killall kills processes by name. It sends a signal +to all processes running any of the given commands. -killall -killall sends a signal to all processes running any of the specified -commands. +pidof reports the PIDs of the given programs. +(Not this pidof program is used, however, but the one from Sysvinit.) -pstree -pstree shows running processes as a tree. +pstree displays running processes as a tree. -- cgit v1.2.3-54-g00ecf