lsof_general
This is an old revision of the document!
Opened files - directories
lsof /var/log/httpd/
Opened files - processes
lsof -c ssh
Opened files - device busy
“Device or Resource Busy” Error - we need to find out what are all the processes using the mount point and kill those processes to umount the directory.
By using lsof we can find those processes.
lsof /home
Opened files - specific users
lsof -u luke
Opened files - specific process
lsof -p 1234
lsof_general.1449157998.txt.gz · Last modified: 2024/05/23 07:26 (external edit)