#!/bin/sh
#
# getUserId - Get the current userid
#

# This is the system V way

id -un
