Blogs in: Linux-Core

Back to HomeBack to Blogs

Linux Sudoers File Configuration: A Practical Guide with Examples

Sep 6, 2025

How to configure the /etc/sudoers file. Explains syntax, aliases, and best practices for granting sudo access without a password.

Linux-Core
linuxsudo+4

Understanding Linux Process UIDs: Real, Effective, Saved, and Filesystem

Sep 2, 2025

Linux user IDs (UIDs) and how the kernel uses Real, Effective, Saved, and Filesystem UIDs to manage permissions and security for processes like Nginx and passwd.

Linux-Core
linuxkernel+5

What is the Linux VFS? Understanding the Virtual File System

Sep 1, 2025

A deep dive into the Linux Kernel's Virtual File System (VFS), the abstraction layer that unifies Ext4, NTFS, proc, and more under a single interface. Learn how VFS works with superblocks, inodes, and dentries.

Linux-Core
linuxkernel+7

Understanding systemd: The Modern Linux Service Manager

Aug 31, 2025

A comprehensive guide to understanding and mastering systemd, the essential init system and service manager for modern Linux distributions. Learn about units, targets, journalctl, and practical systemctl commands.

Linux-Core
systemdlinux+5

The Linux Boot Process Explained: From BIOS/UEFI to Kernel

Aug 30, 2024

A detailed guide to understanding the Linux boot sequence, covering the roles of BIOS, UEFI, bootloaders like GRUB, and the final handoff to the kernel.

Linux-Core
linuxboot-process+6

Understanding Linux Special Permissions: SUID, SGID, and the Sticky Bit

Sep 3, 2025

A clear guide to Linux's special permission bits - SUID, SGID, and Sticky Bit - and how to use them for system security and collaboration.

Linux-Core
linuxpermissions+6