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

# On Solaris we use the ucb path explicitly as it's often not in roots path
# Note: this is correct on Solaris 7, i.e. SunOS 5.7 but may be different
# on other releases.

/usr/ucb/whoami
