Tagged articles
16 articles
Page 1 of 1
Open Source Linux
Open Source Linux
Aug 22, 2024 · Fundamentals

Master Linux File Links: Soft, Hard, and Symbolic Link Techniques

This guide explains Linux file linking concepts—including soft, hard, and symbolic links—detailing how to create, inspect, and remove them with commands like ln, ls, touch, cat, rm, and unlink, while highlighting inode behavior and directory restrictions.

Hard LinkLinuxSymbolic Link
0 likes · 11 min read
Master Linux File Links: Soft, Hard, and Symbolic Link Techniques
Liangxu Linux
Liangxu Linux
Nov 20, 2022 · Operations

How to Safely Delete Symbolic (Soft) Links in Linux

This guide explains what symbolic links are, why Linux lacks a dedicated delete command, and how to reliably remove them using rm or unlink, covering single links, multiple links, directory links, and hard links with practical examples and pitfalls.

LinuxSymbolic LinkUNLINK
0 likes · 6 min read
How to Safely Delete Symbolic (Soft) Links in Linux
Liangxu Linux
Liangxu Linux
Oct 27, 2022 · Operations

How to Safely Delete Symbolic and Hard Links in Linux

This guide explains what symbolic and hard links are in Linux and provides step‑by‑step commands—using rm, unlink, and appropriate options—to remove single or multiple links, including those pointing to directories, while avoiding common pitfalls.

Hard LinkLinuxSymbolic Link
0 likes · 7 min read
How to Safely Delete Symbolic and Hard Links in Linux
Liangxu Linux
Liangxu Linux
Jul 26, 2021 · Fundamentals

When and How to Use Linux Hard Links and Symbolic Links Effectively

This guide explains Linux inode basics, the differences between hard and symbolic links, their creation commands, limitations, and practical scenarios such as version switching, library management, shortcuts, file classification, shared editing, and space‑efficient backups.

FilesystemHard LinkLinux
0 likes · 13 min read
When and How to Use Linux Hard Links and Symbolic Links Effectively
Laravel Tech Community
Laravel Tech Community
Jul 18, 2020 · Backend Development

Using PHP is_link() to Detect Symbolic Links

This article explains the PHP is_link() function, its purpose of checking whether a given filename is a symbolic link, details its parameter and return values, and provides two practical code examples demonstrating how to use it for link detection and handling.

BackendFilesystemPHP
0 likes · 2 min read
Using PHP is_link() to Detect Symbolic Links
Open Source Linux
Open Source Linux
Feb 18, 2020 · Fundamentals

Master Linux Hard and Symbolic Links: When and How to Use ln

This guide explains the concepts, differences, and practical commands for creating hard links and symbolic (soft) links in Linux, illustrating their behavior with examples, showing their advantages, limitations, and how link counts change across files and directories.

Hard LinkLinuxSymbolic Link
0 likes · 8 min read
Master Linux Hard and Symbolic Links: When and How to Use ln
Liangxu Linux
Liangxu Linux
Jan 16, 2020 · Fundamentals

Master Linux Hard and Symbolic Links: When and How to Use ln

This guide explains the differences between hard and symbolic links in Linux, demonstrates how to create and inspect them with the ln command, and covers link counts, limitations, and practical examples for managing files and directories.

Symbolic Linkfile systemln command
0 likes · 8 min read
Master Linux Hard and Symbolic Links: When and How to Use ln
ITPUB
ITPUB
Jul 6, 2018 · Fundamentals

Master Linux File Permissions: Decode ls -l, chmod, and Links

This guide explains Linux file ownership, interprets the detailed output of ls -l, clarifies permission bits, distinguishes symbolic and hard links, and demonstrates how to change owners and permissions using both numeric and symbolic methods.

File PermissionsHard LinkLinux
0 likes · 8 min read
Master Linux File Permissions: Decode ls -l, chmod, and Links
ITPUB
ITPUB
Apr 4, 2016 · Operations

Fixing "error while loading shared libraries" on Linux: Causes & Solutions

This guide explains why Linux programs report "error while loading shared libraries" and provides four practical solutions—including running ldconfig, updating ld.so.conf, setting LD_LIBRARY_PATH, and creating symbolic links—to resolve missing or mismatched shared library issues.

LD_LIBRARY_PATHLinuxSymbolic Link
0 likes · 5 min read
Fixing "error while loading shared libraries" on Linux: Causes & Solutions