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.
我在 cron 中设置了几个批处理文件,并且几个 cron 作业运行了一个小时。
我想查看当前正在运行的 cron 作业以及它的状态。是否可以观看。
谢谢
ps -aux可以通过在控制台中输入来查看正在运行的进程。您还可以使用实用程序,例如top实时显示哪些进程正在运行。
ps -aux
top