TIL: fuser Command for Process and File Investigation

Today I learned about the fuser command, a powerful Linux utility for identifying which processes are using specific files, directories, or network ports.

March 12, 2021 Â· 3 min

TIL: Kill Command with Readable Signal Arguments

Today I learned that the kill command accepts human-readable signal names instead of just numeric codes, making process management more intuitive and safer.

November 21, 2020 Â· 2 min

TIL: lsof for Process Scanning and Advanced kill Command Usage

Today I learned how to use lsof to scan processes running in specific paths and discovered that the kill command accepts verbose, readable signal names for safer process management.

November 3, 2020 Â· 5 min