ps0*_*604 3 command-line prompt ubuntu
为这个新手问题道歉,但我在任何地方都找不到答案。
如果我systemctl
在访问 Azure 中的 Ubuntu VM 的 SSH 终端中运行该命令,那么它以第 159-187/187 行(END)结束,它不会返回控制权,我不知道按什么键才能让它继续并完成。我可以按 Ctrl-C 取消,但这可能不是正确的方法。
...........
systemd-tmpfiles-clean.timer loaded active waiting Daily Cleanup of Temporary
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
179 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.
lines 159-187/187 (END)
Run Code Online (Sandbox Code Playgroud)
这不是一般的事情,它是特定于systemctl
命令的。某些命令,例如systemctl
,会自动打开寻呼机(例如less
或 的程序more
)以供其输出。这就是为什么您可以按space加载下一页输出的原因。
要退出寻呼机,只需按q。您也可以使用Ctrl+C但是,它并没有太大区别。