linux - 如何知道应用程序的服务名称?

标签 linux service

<分区>

我在我的 centos(linux) 机器上安装了 yammer 应用程序。它在启动机器时启动。我如何知道它的服务名称以及如何从启动中删除....?

最佳答案

ps ax will display processes currently running by all users while  
ps aux will display processes currently running by the current user.

如果您将它们与 grep 结合使用,希望您会找到您要找的东西。例如:

ps ax | grep yammer

关于linux - 如何知道应用程序的服务名称?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2864266/

相关文章:

c++ - Services.msc 中未显示 ATL 服务

linux - 加入多个文件

linux - 在 Ubuntu 上暂时禁用 Gold Linker

android - Kivy:从主应用程序停止 android 服务

java - JAX-RS异常: Annotated with GET of resource,类未被识别为有效的资源方法

windows - 如何在作为 Windows 服务的 Tomcat 中启用 SSL 调试?

java - 如何在 AIX 中将 jar 文件作为服务运行,以便在崩溃时自动重新启动?

linux - 公平临界区 (Linux)

c++ - Linux进程分配的内存使用情况

linux - Linux-Unix 中的中文/日文用户名