摘要:
英文版#!/bin/sh#Scripts to check the prerequisites to install ArcGIS Server. author:Qintong# Make sure this is being run as root.tmp_account=`id | cut -f2 -d\( | cut -f1 -d\)`if [ "$tmp_account" != "root" ]then echo " " echo "*** ERROR: This script must be run as root 阅读全文