Activity for brew
Type | On... | Excerpt | Status | Date |
---|---|---|---|---|
Edit | Post #290725 |
Post edited: |
— | about 1 year ago |
Edit | Post #290725 | Initial revision | — | about 1 year ago |
Answer | — |
A: An alternative to pacman sudo nag? You don't. `sudo` is for there for security purposes. If you alias it as `sudo pacman` than you can mess up without knowing. You can login as root `su - ` to execute consecutive commands. (more) |
— | about 1 year ago |
Edit | Post #290724 | Initial revision | — | about 1 year ago |
Answer | — |
A: init process play a role in the booting of Linux Init is starting all other processes. It's first process started by kernel. After that init uses init scripts to start all other needed functionality to boot up system, like mounting volumes, daemons. It also plays a role in keeping services alive, and restarting them. (just like systemd does). ... (more) |
— | about 1 year ago |