#!/bin/bash if [ $1 == `id -n -g $1` ]; then echo "same" else echo "not same" fi
id -n name 显示的名字,而不是数字