Score:0

command to retrieve which processes are launched at boot time in linux

in flag

I am working on a sync server. I'd like to retrieve which processes are launched at boot time. I have tried systemctl list-unit-files --type=service

Score:1
it flag

Use journalctl. Read man journalctl.

Start with:

sudo journalctl -b 0

Which shows the current boot's logs.

Score:0
in flag

In order to list out all services at boot time along with their corresponding statuses try below:

systemctl -at service
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.