About 45,900 results
Open links in new tab
  1. init command in Linux with examples - GeeksforGeeks

    Jul 15, 2025 · Role of the 'init' Command The 'init' command initializes the system by executing scripts that set up the operating environment. These scripts, known as "init scripts" or "rc scripts" (short for …

  2. init - Wikipedia

    Version 7 Unix: /etc listing, showing init and rc Version 7 Unix: contents of an /etc/rc Bourne shell script In Unix-like computer operating systems, init (short for initialization) is the first user-space process …

  3. 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 …

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

    Mar 3, 2026 · 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.

  5. init Command Cheat Sheet: All Flags & Examples - Command in Line

    Jan 22, 2026 · Complete init command cheat sheet with all flags, options, and practical examples. Learn how to use init on Linux for changing system runlevels with SysV init.

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

    Apr 18, 2026 · In the Linux operating system, the `init` process serves as the root of all processes. It is the first process that gets started by the kernel during the boot-up sequence, with a process ID (PID) …

  7. 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.

  8. init - System Initialization and Runlevel Control - linux.wiki

    The init command is fundamental to Linux system administration, providing the foundation for system initialization, service management, and operational state control. Understanding init and runlevel …

  9. init Command in Linux - Online Tutorials Library

    The init program in Linux is the first user-space program executed by the kernel during the boot process. It is responsible for initializing the system and managing processes. The init program serves as the …

  10. init - Linux Documentation

    This chapter describes the init process, which is the first user level process started by the kernel. init has many important duties, such as starting getty (so that users can log in), implementing run levels, and …