随笔分类 -  Shell

摘要:jar包程序启动,强制必须使用test用户 $cat start.sh #!/bin/bash ExcuteUser='test' LoginUser=`whoami` if [ $LoginUser != $ExcuteUser ];then echo "Please change to skus 阅读全文
posted @ 2020-04-28 17:05 璩阳何月 阅读(225) 评论(0) 推荐(0)