Tag: File System

Browse all articles, tutorials, and guides about File System

Posts

Docker
2025-04-18|8 min read

How to Explore a Docker Container File System

Learn different ways to inspect, browse, and copy files from Docker containers, whether they're running or stopped. Essential techniques for debugging and understanding containerized applications.

Linux
2025-02-15|5 min read

How to Remove a Symlink to a Directory in Linux

Removing a symlink to a directory can be tricky if you're not careful. Learn the correct way to delete symlinks without accidentally removing the target directory's contents.

Linux
2025-01-22|6 min read

How to Get the Full Path of a File in Linux

Learn different methods to get the absolute path of a file in Linux, from simple commands like realpath to handling relative paths and symlinks correctly.

Linux
2024-12-20|6 min read

How to Create Symbolic Links in Linux

Learn how to create and manage symbolic links (symlinks) in Linux to create shortcuts, organize files, and maintain flexible file system structures.

Linux
2024-12-05|6 min read

How to Recursively Count Files in a Linux Directory

Learn different methods to count files in a directory and its subdirectories, including fast one-liners and options for filtering by type, size, or pattern.

Docker
2024-11-20|7 min read

Where Docker Images Are Stored on Your Host Machine

Discover where Docker stores images, containers, and volumes on different operating systems, and learn how to manage Docker's storage footprint effectively.

Bash
2024-07-08|6 min read

How to Check if a File Does Not Exist in Bash

Learn various methods to test for file non-existence in Bash scripts, including proper error handling, permission checks, and practical automation examples.

Linux
2024-05-20|6 min read

How to Check if a Directory Exists in Bash Shell Scripts

Learn multiple methods to check directory existence in Bash scripts, including proper error handling, permission checks, and practical use cases for reliable automation.