摘要:
英文版#!/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 阅读全文
posted @ 2011-12-22 17:19
你不认识我
阅读(1603)
评论(0)
推荐(0)
浙公网安备 33010602011771号