awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
util-linux avatar

util-linux/util-linux

0
View on GitHub↗
3,178 स्टार्स·1,369 फोर्क्स·C·GPL-2.0·5 व्यूज़en.wikipedia.org/wiki/Util-linux↗

Util Linux

Util-linux is a collection of essential command-line tools and system administration binaries designed for managing core Linux operating system functions and hardware. It provides a suite of low-level programs that interact directly with the Linux kernel to configure system resources and perform standard administrative tasks on Unix-like operating systems.

The project is built upon a modular architecture where independent, loosely coupled binaries share common libraries to minimize resource usage. It adheres to standard system programming interfaces to ensure portability and stability across diverse hardware and software environments, while maintaining compatibility with legacy administrative tools through support for traditional data serialization formats.

Beyond core system management, the project includes capabilities for auditing user access by tracking and storing historical login records. It also provides integrated workflows for generating and maintaining localized system documentation and manual pages, alongside automated testing and build processes to verify the integrity and performance of the compiled utilities.

Features

  • Linux System Administration - Provides essential command-line tools and administrative utilities for managing core Linux system functions.
  • Compiled Build Systems - Compiles essential system utilities from source code to ensure compatibility across diverse hardware architectures.
  • Modular Architecture - Organizes system tools into a modular architecture of independent, loosely coupled binaries that share common libraries.
  • Kernel Interface Utilities - Provides low-level programs that interact directly with the Linux kernel to configure hardware and system resources.
  • Source-to-Binary Compilation Toolchains - Builds and verifies essential system executables from source code for optimal performance and compatibility.
  • POSIX Interfaces - Implements core system utilities using standard POSIX interfaces to ensure portability across Unix-like environments.
  • System Administration Utilities - Provides a suite of standard utilities for managing user logins, hardware, and file system operations on Unix-like systems.
  • Access Auditing - Audits user access by tracking and storing historical login records for administrative oversight.
  • Build-Time Configuration - Implements build-time configuration to tailor binaries for specific host environments and hardware features.
  • User Identity Tracking - Tracks and stores historical user login timestamps using a database backend for administrative oversight.
  • Automated Test Suites - Provides a comprehensive suite of automated tests to verify the functional correctness and integrity of system binaries.
  • System Correctness Verifiers - Verifies system integrity by executing automated tests against compiled binaries to confirm performance and correctness.

स्टार हिस्ट्री

util-linux/util-linux के लिए स्टार हिस्ट्री चार्टutil-linux/util-linux के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

Util Linux को शामिल करने वाली क्यूरेटेड खोजें

चुनिंदा कलेक्शन जहाँ Util Linux दिखाई देता है।
  • Command line utilities

अक्सर पूछे जाने वाले प्रश्न

util-linux/util-linux क्या करता है?

Util-linux is a collection of essential command-line tools and system administration binaries designed for managing core Linux operating system functions and hardware. It provides a suite of low-level programs that interact directly with the Linux kernel to configure system resources and perform standard administrative tasks on Unix-like operating systems.

util-linux/util-linux की मुख्य विशेषताएं क्या हैं?

util-linux/util-linux की मुख्य विशेषताएं हैं: Linux System Administration, Compiled Build Systems, Modular Architecture, Kernel Interface Utilities, Source-to-Binary Compilation Toolchains, POSIX Interfaces, System Administration Utilities, Access Auditing।

util-linux/util-linux के कुछ ओपन-सोर्स विकल्प क्या हैं?

util-linux/util-linux के ओपन-सोर्स विकल्पों में शामिल हैं: stevenslxie/tutorials-for-web-developers — This repository serves as an educational resource for software developers, providing a structured collection of… torvalds/linux — The Linux kernel is a monolithic operating system core that manages hardware resources, memory, and process scheduling… nix-rust/nix — nix is a Unix system API library and Rust system programming interface that provides type-safe bindings for invoking… cheatsnake/backend-cheats — backend-cheats is a comprehensive backend engineering reference guide and a collection of technical cheatsheets. It… crypto101/book — This project is a cryptography educational book and digital textbook that provides an introductory guide to… midoks/mdserver-web — mdserver-web is a Linux server management panel and plugin-based server orchestrator. It provides a web interface for…

Util Linux के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Util Linux के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • stevenslxie/tutorials-for-web-developersStevenSLXie का अवतार

    StevenSLXie/Tutorials-for-Web-Developers

    894GitHub पर देखें↗

    This repository serves as an educational resource for software developers, providing a structured collection of tutorials focused on fundamental computational concepts and system operations. It covers core areas including algorithmic data processing, document-oriented database management, and Linux system administration. The project distinguishes itself by bridging the gap between theoretical computer science and practical infrastructure management. It offers guidance on implementing functional programming patterns and fundamental search algorithms, while simultaneously providing instruction

    GitHub पर देखें↗894
  • torvalds/linuxtorvalds का अवतार

    torvalds/linux

    237,355GitHub पर देखें↗

    The Linux kernel is a monolithic operating system core that manages hardware resources, memory, and process scheduling across diverse computing architectures. It provides a standardized, POSIX-compliant environment for application execution while maintaining a modular driver framework that allows for the dynamic loading and removal of hardware interfaces. The project is distinguished by its high-performance concurrency toolkit, which utilizes lockless synchronization primitives and read-copy-update mechanisms to manage shared data access in multi-core environments. It incorporates a comprehen

    C
    GitHub पर देखें↗237,355
  • nix-rust/nixnix-rust का अवतार

    nix-rust/nix

    2,986GitHub पर देखें↗

    nix is a Unix system API library and Rust system programming interface that provides type-safe bindings for invoking low-level system calls. It serves as a low-level operating system wrapper and POSIX compatibility layer, allowing for kernel interactions and administrative tasks through safe wrappers around platform-specific APIs. The project provides a kernel device interface for controlling hardware devices, managing kernel modules, and configuring terminal interfaces. It differentiates itself by offering type-safe wrappers for memory mapping and zero-copy input-output operations to reduce

    Rustlibcrustrust-bindings
    GitHub पर देखें↗2,986
  • cheatsnake/backend-cheatscheatsnake का अवतार

    cheatsnake/backend-cheats

    4,619GitHub पर देखें↗

    backend-cheats is a comprehensive backend engineering reference guide and a collection of technical cheatsheets. It serves as a knowledge base for server-side development, networking, and computer science fundamentals, delivered as a markdown-based static site. The project provides detailed handbooks for API design, specifically covering REST and GraphQL interfaces, and software architecture patterns such as Monolithic, Microservices, and MVC. It includes a database architecture overview comparing relational and NoSQL paradigms, as well as a web security reference for identifying vulnerabilit

    architectural-patternsarchitectureawesome
    GitHub पर देखें↗4,619
  • Util Linux के सभी 30 विकल्प देखें→