Shell 判斷 root 運行

if \[ $UID -ne 0 \]; then  
    echo Please run as root.  
    exit  
fi
相關文章
相關標籤/搜索