查看原文
出于安全原因,系统的一些可能账号可能会被设定为 nologin。我们不能切换(su)成这个用户执行程序。但其实有一个后门可以做到:sudo su -s /bin/bash -c 'command here'。
sudo su -s /bin/bash -c 'command here'