From 0f26d05ff7f1b49d01449774b0add799024bde7e Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Wed, 11 Mar 2009 17:57:42 -0700 Subject: Fix lsof options in tech-support -i option is positional (command doesn't use standard syntax) so need to do lsof -P -n -i --- functions/tech-support | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'functions') diff --git a/functions/tech-support b/functions/tech-support index e8e685d..cd37cf3 100755 --- a/functions/tech-support +++ b/functions/tech-support @@ -126,8 +126,8 @@ ps -ef header \''df -h -x squashfs'\' df -h -x squashfs -header \''lsof -Pin'\' -sudo lsof -Pin +header \''lsof -P -n -i'\' +sudo lsof -P -n -i header \'free\' free -- cgit v1.2.3