2015-06-13 97 views
0

我想控制我的系統使用的每一個進程。 (並學習他們一個接一個的做什麼) 我使用openbox,但我很困惑如何控制啓動程序和服務。自動啓動進程和服務

我想在一個地方擁有我需要的一切(最小系統)。 究竟執行什麼?按什麼順序?

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

回答

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