Searched refs:idbin (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Additions/linux/installer/
H A Dautorun.sh90 idbin=/usr/xpg4/bin/id
91 if test ! -x "$idbin"; then
97 idbin=$found
102 if test "$idbin" = "/usr/xpg4/bin/id"; then
103 userid=`$pfexecbin $idbin -u`
105 userid=`$pfexecbin $idbin | cut -f1 -d'(' | cut -f2 -d'='`
/vbox/src/VBox/Additions/solaris/Installer/
H A Dvboxguest.sh102 idbin=`which id`
103 isroot=`$idbin | grep "uid=0"`

Completed in 42 milliseconds