linux以普通用户执行程序

runuser -u nobody -- id -un
sudo -u nobody -- id -un
su nobody -s /bin/bash -c 'id -un'

 

你可能感兴趣的