Programmer DD
Programmer DD
Dec 20, 2021 · Operations

Master Linux System Commands: crypt, kill, shred, zombies, at & daemons Explained

This article introduces essential Linux commands—including crypt for file encryption, kill variants for terminating processes, shred for secure deletion, zombie process identification, the at scheduler, and daemon management—explaining their usage, options, and practical examples for effective system administration.

KILLLinuxcrypt
0 likes · 7 min read
Master Linux System Commands: crypt, kill, shred, zombies, at & daemons Explained
MaGe Linux Operations
MaGe Linux Operations
Feb 17, 2019 · Fundamentals

Understanding Linux Processes, Threads, and Zombie Processes: A Deep Dive

This article explains how Linux manages processes and threads, describes the creation and lifecycle of processes, the role of the process control block, the causes and handling of zombie processes, and compares multi‑process and multi‑threaded designs, providing practical tips for avoiding common pitfalls.

LinuxOS fundamentalsThreads
0 likes · 13 min read
Understanding Linux Processes, Threads, and Zombie Processes: A Deep Dive