When you pass lsof the name of a file, such as in lsof /file/I/deleted, it first uses the stat() system call to get information about the file, which is, unfortunately, gone.
当您向lsof 传递文件名时,比如在 lsof /file/I/deleted 中,它首先使用stat()系统调用获得有关该文件的信息,不幸的是,这个文件已经被删除。
When you pass lsof the name of a file, such as in lsof /file/I/deleted, it first uses the stat() system call to get information about the file, which is, unfortunately, gone.
当您向lsof 传递文件名时,比如在 lsof /file/I/deleted 中,它首先使用stat()系统调用获得有关该文件的信息,不幸的是,这个文件已经被删除。
应用推荐