1 2 3 4 5 6 7
if getent passwd umurmur >/dev/null 2>&1; then userdel umurmur fi if getent group umurmur >/dev/null 2>&1; then groupdel umurmur fi