使用命令 'top' 我可以看到 2 个 python 脚本正在运行。但是,如何检查他们的姓名或目录/位置?我想识别它们,以便我可以看到哪些运行正常,哪些运行不正常。
Apache 不会启动。日记中没有错误。我在哪里可以找到更多信息?
$ systemctl status httpd.service -l
? httpd.service - The Apache HTTP Server
Loaded: loaded (/usr/lib/systemd/system/httpd.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Sun 2016-09-04 09:26:03 EDT; 2min 35s ago
Docs: man:httpd(8)
man:apachectl(8)
Process: 2303 ExecStop=/bin/kill -WINCH ${MAINPID} (code=exited, status=1/FAILURE)
Process: 2302 ExecStart=/usr/sbin/httpd $OPTIONS -DFOREGROUND (code=exited, status=1/FAILURE)
Main PID: 2302 (code=exited, status=1/FAILURE)
$ journalctl --dmesg
No journal files were found.
Run Code Online (Sandbox Code Playgroud)