summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohit Mehta <mohit.mehta@vyatta.com>2008-10-02 23:03:33 -0700
committerMohit Mehta <mohit.mehta@vyatta.com>2008-10-02 23:03:33 -0700
commit67257a724aa3c0f9c271b42657972426a540c1d2 (patch)
tree56107dc636d73fe825ef1b5484b930bf5728d72a
parentd52e090a6a08b5cc1814174e0863536bd4090672 (diff)
downloadvyatta-op-67257a724aa3c0f9c271b42657972426a540c1d2.tar.gz
vyatta-op-67257a724aa3c0f9c271b42657972426a540c1d2.zip
Fix Bug 3609 "show tech-support" does not display open file information for operator level user
- use sudo for lsof to work as an operator
-rwxr-xr-xfunctions/tech-support2
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/tech-support b/functions/tech-support
index ffd01ff..01adf11 100755
--- a/functions/tech-support
+++ b/functions/tech-support
@@ -127,7 +127,7 @@ header \''df -h -x squashfs'\'
df -h -x squashfs
header \''lsof -Pi'\'
-lsof -Pi
+sudo lsof -Pi
header \'free\'
free