Tagged articles
9 articles
Page 1 of 1
Test Development Learning Exchange
Test Development Learning Exchange
Apr 18, 2025 · Fundamentals

Essential Python Standard Library Modules for System and File Operations

This article introduces several essential Python standard‑library modules—including os, shutil, subprocess, signal, sys, platform, logging, getpass, pwd, and grp—explaining their primary functions for file and process management, system information, logging, and user/group queries, and provides concise example code for each.

OS modulePythonfile management
0 likes · 4 min read
Essential Python Standard Library Modules for System and File Operations
Open Source Linux
Open Source Linux
Jun 24, 2024 · Operations

Self‑Terminating Bash Scripts with trap, kill, and pkill

This article explains why background loops in Bash scripts can become orphaned under init/systemd, demonstrates how to reliably terminate such scripts by using trap handlers with kill, killall, pkill, and signal 0, and provides robust examples for various execution scenarios.

Bashprocess-managementscript
0 likes · 11 min read
Self‑Terminating Bash Scripts with trap, kill, and pkill
Laravel Tech Community
Laravel Tech Community
Dec 19, 2021 · Operations

Understanding Common Linux Commands: crypt, kill, shred, zombies, at, and daemons

This article introduces several essential Linux commands—including crypt for file encryption, kill variants for terminating processes, shred for secure file deletion, zombie process identification, at for one‑time scheduling, and daemon management—explaining their purposes, usage syntax, and practical examples.

command-lineencryptionprocess-management
0 likes · 7 min read
Understanding Common Linux Commands: crypt, kill, shred, zombies, at, and daemons
Laravel Tech Community
Laravel Tech Community
Oct 9, 2020 · Operations

Comprehensive Linux Command Reference Guide

This guide presents an extensive collection of Linux commands covering file and directory operations, content viewing, compression, system information, networking, user management, permissions, process control, and system monitoring, each explained with its purpose and typical usage in clear English.

LinuxNetworkingSystem Administration
0 likes · 16 min read
Comprehensive Linux Command Reference Guide
Liangxu Linux
Liangxu Linux
Jul 9, 2020 · Operations

Essential Linux Commands with Real‑World Examples

This guide introduces ten useful Linux command‑line tools—including pgrep, pstree, bc, split, nl, mkfifo, ldd, col, xmlwf, and lsof—explaining their purpose, typical usage patterns, and providing concrete command‑line examples to help users manage processes, files, and system information efficiently.

ShellSysadmincommand-line
0 likes · 8 min read
Essential Linux Commands with Real‑World Examples
ITPUB
ITPUB
Sep 17, 2019 · Fundamentals

Essential Linux Command Cheat Sheet for Beginners

A concise reference covering common Linux commands for navigating directories, managing files, viewing processes, handling permissions, searching, and customizing the shell environment, complete with examples and syntax.

Sysadmincommand-lineprocess-management
0 likes · 15 min read
Essential Linux Command Cheat Sheet for Beginners
Efficient Ops
Efficient Ops
Dec 6, 2018 · Fundamentals

Master Linux Process Scheduling: Background Jobs, nohup, setsid & More

This guide explains Linux process scheduling concepts, terminology, and practical commands such as &, nohup, setsid, jobs, bg, fg, and disown, plus how to create daemon processes, helping developers run tasks reliably without terminal dependence.

background jobsnohupprocess-management
0 likes · 14 min read
Master Linux Process Scheduling: Background Jobs, nohup, setsid & More