runuser -s /bin/bash @user_name -c $command > /dev/null 2>&1 &
如何查找命令runuser -s / bin / bash @user_name -c $命令是否正确执行?
我试过用$?但它不起作用,因为它始终为0(重定向的结果为0)
最佳答案
原文链接:https://www.f2er.com/linux/440448.htmlrunuser -s /bin/bash @user_name -c $command > /dev/null 2>&1 &
如何查找命令runuser -s / bin / bash @user_name -c $命令是否正确执行?
我试过用$?但它不起作用,因为它始终为0(重定向的结果为0)