bin/procfiles.sh update.
This commit is contained in:
parent
177e6c190e
commit
9d9d75cb7e
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ fi
|
|||
PROCFILES=$(ps -C $1 -o pid=)
|
||||
|
||||
for proc in ${PROCFILES}; do
|
||||
echo $proc
|
||||
echo "/proc/$proc/fd"
|
||||
ls -l /proc/$proc/fd
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue