> > > > Good, that shows the user exists on that Unix computer, now try this: > > cat /etc/group | grep '1000' | awk -F ':' '{print $1}' > > It should return 'ppp' > > Now go and run those commands on the other Unix computer and you should > get the same results. > > Yes, it returns ppp