#! /bin/csh
# The SPIMS software is covered by a license. The use of the software
# represents acceptance of the terms and conditions in the license.
# ******************************************************************
# Copyright (c) 1989, Swedish Institute of Computer Science
# daemons - look for daemons potentially harmful for measurement results

ps agx | egrep '(rwhod|customs|rpc.statd|rpc.lockd|gated|update)' | grep -v grep
