Searched refs:EUID (Results 1 – 14 of 14) 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
14 if [[ $EUID != 0 ]]; then
32 test $EUID = 0 || exit 4
36 test $EUID = 0 || exit 4
23 if (( $EUID != 0 )); then
28 if (( $EUID != 0 )); then
63 if [ "$need_root" -ne 0 -a "$EUID" -ne 0 ]; then
55 TYPE (EUID, "u") \
8 if [[ $EUID -ne 0 ]]; then
106 if [ "$EUID" -ne 0 ]; then
41 if [[ $EUID -ne 0 ]]; then
33 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