一个朋友,使用远程计算机,SSH连接到我的计算机,并运行以下python脚本:
而(1):
....打印“你好世界”
(此脚本仅连续打印“ hello world”)。
我现在已登录到我的机器。如何查看朋友正在运行的脚本的输出?
如果有帮助,我可以“发现”朋友正在使用的脚本:
me @ home:〜$ ps aux | grep justprint.py
朋友7494 12.8 0.3 7260 3300吗?Ss 17:24 0:06 python TEST_AREA / justprint.py
朋友7640 0.0 0.0 3320 800 pts / 3 S + 17:25 0:00 grep --color = auto just
我应该采取什么步骤才能在屏幕上查看“ hello world”消息?