sh 以具有nologin shell的其他用户身份运行脚本或命令,例如nginx或www-data Posted 2021-05-06 tags: 篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 以具有nologin shell的其他用户身份运行脚本或命令,例如nginx或www-data相关的知识,希望对你有一定的参考价值。 # run as nginx su nginx -s /bin/bash -c "php -f script.php" su nginx -s /bin/bash -c '/path/to/your/script' # run as testuser su -s /bin/bash -c '/path/to/your/script' testuser 以上是关于sh 以具有nologin shell的其他用户身份运行脚本或命令,例如nginx或www-data的主要内容,如果未能解决你的问题,请参考以下文章 vsftp上传失败 查看所有shell类型 Shell脚本 Shell脚本基础 使用Shell变量 修改linux 默认SHELL bin/false和/sbin/nologin的区别 shells学习