summaryrefslogtreecommitdiffstats
path: root/rules/lsof.in
blob: f32026e34867f4464cd04a053c4b839ad609c031 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## SECTION=shell_and_console
comment "BusyBox' lsof is selected!"
	depends on BUSYBOX_LSOF

config LSOF
	tristate
	depends on !BUSYBOX_LSOF || ALLYES
	prompt "lsof"
	help
	  Lsof is a Unix-specific diagnostic tool.  Its name stands
	  for LiSt Open Files, and it does just that. It lists
	  information about any files that are open, by processes
	  currently running on the system.