Searched refs:EUID (Results 1 – 9 of 9) sorted by relevance
66 if [ -z ${EUID} ] ; then67 EUID=$(id -u)72 echo "$i not readable by uid $EUID"
55 EUID: 0129 EUID: 0190 EUID: 0267 EUID: 1000339 EUID: 0469 EUID: 1000540 EUID: 1000623 EUID: 1000699 EUID: 0
32 test $EUID = 0 || exit 4
36 test $EUID = 0 || exit 4
55 TYPE (EUID, "u") \
33 if [[ $EUID -eq 0 ]]; then
79 if [ "$EUID" -ne 0 ]; then
98 if [[ $EUID -eq 0 ]]; then
333 if [[ $EUID -ne 0 ]]; then c_info "The next stage runs as sudo, please enter password if asked."; fi