About 289,000 results
Open links in new tab
  1. How to Use the 'init' Command (with Examples)

    Dec 17, 2024 · The ‘init’ command is an integral part of the Linux operating system, managing the system’s run levels. Traditionally used for specifying the initial processes that the system should …

  2. init command in Linux with examples - GeeksforGeeks

    Jul 15, 2025 · The 'init' process is a fundamental component of the Linux operating system, responsible for initializing the system, managing services, and controlling the overall boot process.

  3. Creating projects | uv

    3 days ago · Introduction Concepts Projects Creating projects uv supports creating a project with uv init. When creating projects, uv supports two basic templates: applications and libraries. By default, uv …

  4. init - Wikipedia

    Init is a daemon process that continues running until the system is shut down. It is the direct or indirect ancestor of all other processes and automatically adopts all orphaned processes.

  5. init Command in Linux - Online Tutorials Library

    Understanding the init command, including its syntax and usage for changing system states like shutdown, reboot, and rescue mode, is essential for effective system administration.

  6. Linux Init and Telinit Commands - Computer Hope

    Jun 1, 2025 · Linux init and telinit commands with comprehensive guides on use cases, examples, syntax, and process control mechanisms in Unix-like command line systems.

  7. What is 'init' Process and Command on Linux?

    Dec 17, 2023 · In this article, you will learn about the short description of the init process, the runlevels of init, and the init command in a Linux system.

  8. What exactly does init do? - Unix & Linux Stack Exchange

    Apr 20, 2015 · The Linux kernel simply looks for the executable at the path /init and other similar paths by default, but this can be overridden by the init= Linux kernel command line parameter.

  9. Linux Init: A Comprehensive Guide - linuxvox.com

    Nov 14, 2025 · The init system is a fundamental part of the Linux operating system. Understanding the different init systems, their usage methods, common practices, and best practices is essential for …

  10. init Command Linux: Complete Guide to Process Control and System ...

    Aug 25, 2025 · Master the Linux init command with comprehensive examples. Learn process control, system initialization, runlevels, and systemd integration for effective system administration.