aboutsummaryrefslogtreecommitdiff
path: root/procps/Config.in
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2005-10-28 13:05:12 +0000
committerRob Landley <rob@landley.net>2005-10-28 13:05:12 +0000
commitaa87276bed8df4cdcd443f102b58d95c26be9c6d (patch)
tree4592b8c6be22d6bac7182f8b3304b3df56ca85f0 /procps/Config.in
parent30c7de068b50de999b0b73a22e859dd2e9c23204 (diff)
downloadbusybox-aa87276bed8df4cdcd443f102b58d95c26be9c6d.tar.gz
New applet, fuser, from Tony J. White. (Needs some cleanup.)
Diffstat (limited to 'procps/Config.in')
-rw-r--r--procps/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/procps/Config.in b/procps/Config.in
index b4832db6b..8a22a5dcf 100644
--- a/procps/Config.in
+++ b/procps/Config.in
@@ -13,6 +13,14 @@ config CONFIG_FREE
memory in the system, as well as the buffers used by the kernel.
The shared memory column should be ignored; it is obsolete.
+config CONFIG_FUSER
+ bool "fuser"
+ default n
+ help
+ fuser lists all PIDs (Process IDs) that currently have a given
+ file open. fuser can also list all PIDs that have a given network
+ (TCP or UDP) port open.
+
config CONFIG_KILL
bool "kill"
default n
@@ -103,5 +111,6 @@ config CONFIG_UPTIME
the system has been running, how many users are currently logged
on, and the system load averages for the past 1, 5, and 15 minutes.
+
endmenu