ps -ef | grep -v PID | awk '{print "pfiles "$2}' | sh | awk '/^[0-9]/ {pid=$1} /xxxxxxxx/ {print pid}'
xxxxxxx is inode of the file.
Post a Comment
No comments:
Post a Comment