自动启动流程和服务

时间:2015-06-13 00:24:00

标签: linux shell

我想控制系统使用的每个进程。 (并逐一了解他们的所作所为) 我使用openbox,但我对如何控制启动程序和服务感到困惑。

我想在一个地方拥有我需要的一切(最小系统)。 究竟是什么执行的?按什么顺序?

"/etc/xdg/autostart/"
"/usr/lib/x86_64-linux-gnu/openbox-autostart"
".config/openbox/autostart.sh"
"/etc/init.d/"
"/etc/rc3.d/"
... ???

1 个答案:

答案 0 :(得分:0)

您可以使用下面提到的命令进行检查。

ps - list the processes running on the system
kill - send a signal to one or more processes (usually to "kill" a process)
jobs - an alternate way of listing your own processes
bg - put a process in the background
fg - put a process in the forground