Better Programming

Advice for programmers.

Follow publication

Member-only story

5 Powerful Unix Commands for Easier Troubleshooting

Kirshi Yin
Better Programming
Published in
6 min readFeb 10, 2021
decorative: computer keyboard lit by pink light
Photo by Aryan Dhiman on Unsplash

The lsof Command

Retrieve open files belonging to active process

$ lsof

List open files by user

$ lsof -u someuser

Create an account to read the full story.

The author made this story available to Medium members only.
If you’re new to Medium, create a new account to read this story on us.

Or, continue in mobile web

Already have an account? Sign in

Kirshi Yin
Kirshi Yin

Written by Kirshi Yin

Self-taught Java Developer. Explores topics about Spring Boot, NLP, Linux, low-coding, and more. Interested in foreign languages, investment, personal growth.

Responses (2)

Write a response