不切换到用户目录且用户不包含shell,runuser和sudo参数--为参数终止符,可通过alias调用。
runuser -u nobody -- id -un
sudo -u nobody -- id -un
su nobody -s /bin/bash -c 'id -un'
参考:
https://www.cyberciti.biz/open-source/linux-run-command-as-different-user/
标签:none
发布时间:December 28, 2021 // 分类: // No Comments
不切换到用户目录且用户不包含shell,runuser和sudo参数--为参数终止符,可通过alias调用。
runuser -u nobody -- id -un
sudo -u nobody -- id -un
su nobody -s /bin/bash -c 'id -un'
参考:
https://www.cyberciti.biz/open-source/linux-run-command-as-different-user/
标签:none