Tagged articles
7 articles
Page 1 of 1
Raymond Ops
Raymond Ops
Feb 21, 2025 · Operations

Mastering lsof: Essential Linux Commands to Inspect Open Files and Processes

lsof is a powerful Linux utility that lists open files, sockets, and network connections for processes; this guide explains its core options, output fields, and practical examples such as identifying files opened by specific processes, directories, users, network ports, and even recovering deleted files.

Command LineLinuxlsof
0 likes · 14 min read
Mastering lsof: Essential Linux Commands to Inspect Open Files and Processes
Liangxu Linux
Liangxu Linux
Oct 1, 2024 · Operations

Mastering lsof: List Open Files, Processes, and Network Connections on Linux

This guide explains how to use the Linux lsof command to list information about open files, processes, directories, sockets, and network connections, covering basic usage, column meanings, filtering options, repeated mode, and practical examples for system administration tasks.

Command LineLinuxNetwork Connections
0 likes · 12 min read
Mastering lsof: List Open Files, Processes, and Network Connections on Linux
Open Source Linux
Open Source Linux
Aug 20, 2024 · Fundamentals

Mastering lsof: How to List Open Files and Network Connections on Linux

This guide explains how to use the powerful lsof command to list information about files opened by processes, filter results by file type, user, process name, directory, network connections, and even repeatedly monitor changes, providing practical examples and code snippets for Linux administrators.

Command LineLinuxNetwork Connections
0 likes · 11 min read
Mastering lsof: How to List Open Files and Network Connections on Linux
Liangxu Linux
Liangxu Linux
Aug 5, 2023 · Operations

Mastering lsof: List Open Files and Diagnose Linux Systems

This guide explains the purpose of the lsof command, its syntax, the types of files it can list, common options, and provides dozens of practical examples for inspecting processes, network connections, and file descriptors on Linux systems.

Linuxlsofopen files
0 likes · 13 min read
Mastering lsof: List Open Files and Diagnose Linux Systems
Java High-Performance Architecture
Java High-Performance Architecture
Jan 21, 2016 · Operations

Master lsof: Inspect Open Files, Find Processes, and Recover Deleted Data

This guide introduces the lsof utility, explains its basic usage for listing open files, demonstrates practical scenarios such as identifying files used by specific processes, checking which process occupies a port, and leveraging lsof to recover deleted files, helping administrators troubleshoot I/O and security issues.

File RecoveryLinuxSystem Administration
0 likes · 4 min read
Master lsof: Inspect Open Files, Find Processes, and Recover Deleted Data