Introduction
lsof meaning LiSt Open Files is used to find out which files are open by which process
$ lsof
$ sudo lsof -u root
Comments
Related
lsof meaning LiSt Open Files is used to find out which files are open by which process
$ lsof
$ sudo lsof -u root