该文被密码保护。 阅读全文
该文被密码保护。 阅读全文
摘要:
/** * Scale up/down the number of pod in Deployment * * @param deploymentName * @param numberOfReplicas * @throws ApiException */ public static void s 阅读全文
摘要:
环境变量UID中保存的是用户ID。 root用户的UID是0。 #! /bin/bash if [ $UID -ne 0 ]; then echo Non root user. Please run as root. else echo Root user fi 阅读全文
摘要:
echo $SHELL 或者 echo $0 阅读全文