diff --git a/osmopy/obscvty.py b/osmopy/obscvty.py index 0371dc9..1e05d77 100755 --- a/osmopy/obscvty.py +++ b/osmopy/obscvty.py @@ -43,7 +43,7 @@ def print_used_tcp_sockets(): global debug_tcp_sockets if not debug_tcp_sockets: return - cmd('ls /proc/' + str(os.getpid()) + '/fd'); + cmd('ls -l /proc/' + str(os.getpid()) + '/fd'); cmd('ss -tn'); cmd('ss -tln'); cmd('ps xua | grep osmo');