在 linux 中获取启动应用程序列表

Chi*_*aha 6 linux boot

我想获取使用终端启动时运行的应用程序列表。在 Windows 中,我们可以使用 msconfig。

有什么命令可以用来显示启动应用程序吗?

Fre*_*sen 7

你没有指定你的发行版;但是,在 Ubuntu 和 Debian 中,您可以通过运行以下命令找到这些应用程序:

ls /etc/init.d
Run Code Online (Sandbox Code Playgroud)

该目录中的所有文件实际上都是指向应用程序的链接,并且在启动时操作系统会通过该目录并启动它们。