Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
disable_functions = 空
安全模式 = 关闭
exec、system、passthru、shell_exec 对命令“top -n 1”不返回任何内容。
该命令通过 SSH 可以正常工作。
如评论中所述,该top命令不会产生“正常”输出。要以您想要的方式使用命令,您必须注意在命令标准输出管道上实际接收到某些内容。尝试在您的exec()语句中使用此命令:
top
exec()
top -b -n 1