- HPUX & Solaris
ps -ef | egrep 'pts/[0-9a-z]' | grep -v $$
- AIX (less than perfect, but a start)
ps -efo pid,ppid,user,tty,args | awk '$4!="-" {print}' grep -v $$
I have not idea how to communicate with them once you find them since wall won't work :~(
No comments:
Post a Comment