aboutsummaryrefslogtreecommitdiff
path: root/procps/Config.in
diff options
context:
space:
mode:
authorlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-10-28 13:05:12 +0000
committerlandley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-10-28 13:05:12 +0000
commit4835431e8eb37c83ecd2c4a079ceced5cc0ed88e (patch)
tree4592b8c6be22d6bac7182f8b3304b3df56ca85f0 /procps/Config.in
parentfc4a13d6990c9037e58ed152ce98909674f0ae41 (diff)
downloadbusybox-w32-4835431e8eb37c83ecd2c4a079ceced5cc0ed88e.tar.gz
busybox-w32-4835431e8eb37c83ecd2c4a079ceced5cc0ed88e.tar.bz2
busybox-w32-4835431e8eb37c83ecd2c4a079ceced5cc0ed88e.zip
New applet, fuser, from Tony J. White. (Needs some cleanup.)
git-svn-id: svn://busybox.net/trunk/busybox@11954 69ca8d6d-28ef-0310-b511-8ec308f3f277
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
13 memory in the system, as well as the buffers used by the kernel. 13 memory in the system, as well as the buffers used by the kernel.
14 The shared memory column should be ignored; it is obsolete. 14 The shared memory column should be ignored; it is obsolete.
15 15
16config CONFIG_FUSER
17 bool "fuser"
18 default n
19 help
20 fuser lists all PIDs (Process IDs) that currently have a given
21 file open. fuser can also list all PIDs that have a given network
22 (TCP or UDP) port open.
23
16config CONFIG_KILL 24config CONFIG_KILL
17 bool "kill" 25 bool "kill"
18 default n 26 default n
@@ -103,5 +111,6 @@ config CONFIG_UPTIME
103 the system has been running, how many users are currently logged 111 the system has been running, how many users are currently logged
104 on, and the system load averages for the past 1, 5, and 15 minutes. 112 on, and the system load averages for the past 1, 5, and 15 minutes.
105 113
114
106endmenu 115endmenu
107 116