#!/bin/sh
ps aux|\
grep afpd|\
cut -f 1 -d ' '|\
grep -v root
