Once upon a time, Tim Dunphy <bluethundr@xxxxxxxxx> said: > pid=$(ps -ef | grep cassandra | grep -v grep | grep -i -v -e grep -e screen > -e s3fs|awk '{print $2}') You can probably replace that with a much cleaner pid=$(pidof cassandra). -- Chris Adams <linux@xxxxxxxxxxx> _______________________________________________ CentOS mailing list CentOS@xxxxxxxxxx http://lists.centos.org/mailman/listinfo/centos