Search Articles — Sudonull

Search Results

In this project

df du differ: find deleted files Linux

https://sudonull.com/df-du-differ-find-deleted-files-linux

Breaking down why df shows 95% usage, and du — 20%. Step by step: lsof +L1 for search, > /proc/PID/fd/FD for cleanup without restart. copytruncate in logrotate. For sysadmin and DevOps.

From the web

Dec 4, 2023 ·

https://www.howtogeek.com/426031/how-to-use-the-linux-lsof-command/

Dec 4, 2023 · The lsof Command Many of the processes or devices that lsof can report on belong to root or were launched by root, so you will need to use the sudo command with lsof .

May 2, 2026 ·

https://www.geeksforgeeks.org/linux-unix/lsof-command-in-linux-with-examples/

May 2, 2026 · The lsof command in Linux stands for List Open Files. It provides a list of files that are currently opened and the processes that are using them. This command is extremely useful for monitoring file usage, network connections, and process activity. Lists open files and the processes using them Displays PID, user, file descriptor, file type, and file path Supports files, directories, devices ...

Dec 12, 2025 ·

https://phoenixnap.com/kb/lsof-command

Dec 12, 2025 · lsof is a practical sysadmin tool that prints a list of all open files in Linux. Read this guide on lsof command in Linux with examples.

Dec 9, 2022 ·

https://www.redhat.com/en/blog/analyze-processes-lsof

Dec 9, 2022 · The lsof command, in combination with other tools like top or ps, can be very helpful when diagnosing a potential bottleneck or similar issue. List open files The lsof command is an acronym for "list open files," but its potential isn't limited to just that role. It's commonly said that in Linux, everything is a file.

Apr 1, 2026 ·

https://linuxize.com/cheatsheet/lsof/

Apr 1, 2026 · Quick reference for finding open files, processes, ports, and deleted files with lsof in Linux

Trending Now