Tagged articles
7 articles
Page 1 of 1
Linux Tech Enthusiast
Linux Tech Enthusiast
Apr 16, 2026 · Fundamentals

10 Essential Linux Commands to Turn a Beginner into a Pro

This article introduces ten core Linux terminal commands—covering user management, file listing, navigation, file creation, deletion, and I/O redirection—explaining each command’s purpose, common options, and practical examples so newcomers can quickly become proficient.

basicscommand-linefile-system
0 likes · 7 min read
10 Essential Linux Commands to Turn a Beginner into a Pro
php Courses
php Courses
Jan 4, 2024 · Backend Development

Using PHP mkdir() to Create Directories Dynamically

This tutorial explains PHP's mkdir() function, detailing its parameters and demonstrating simple, permission-setting, recursive, and dynamic directory creation through clear code examples, enabling developers to efficiently manage server-side folders in web applications.

Backenddirectoryfile-system
0 likes · 4 min read
Using PHP mkdir() to Create Directories Dynamically
php Courses
php Courses
Oct 19, 2023 · Backend Development

PHP rename() Function: Syntax, Parameters, Return Values, Usage Example, and Precautions

The PHP rename() function allows renaming or moving files and directories, with syntax rename(string $oldname, string $newname, resource $context = null): bool, detailed parameter descriptions, return values, example code, and important usage notes such as overwriting behavior, cross‑filesystem limitations, and permission checks.

PHPfile-systemphp-function
0 likes · 2 min read
PHP rename() Function: Syntax, Parameters, Return Values, Usage Example, and Precautions
Open Source Linux
Open Source Linux
Jun 15, 2020 · Fundamentals

Why Deleting a File on Linux Doesn’t Always Free Disk Space

This article explains how Linux file deletion works, why space may not be released when a file is removed, and shows practical commands and a C example to illustrate inode reference counting, using tools like df, dd, lsof, and proper file‑descriptor handling.

c-programdddisk space
0 likes · 7 min read
Why Deleting a File on Linux Doesn’t Always Free Disk Space