查找使用中的文件与目录相关信息

Posted by 4Aiur on 05/10/2010 in SysAdmin |

查找使用中的文件与目录相关信息

以tmp目录为例,使用下面得方法获得使用tmp目录进程的相关信息。

[root@4aiur ~]# inode=stat -c %i tmp
[root@4aiur ~]# cd tmp
[root@4aiur ~]# lsof -n | awk -v a=$inode 'a==$(NF-1) || a==$(NF-2)'
bash       1963    root  cwd       DIR      253,0     4096   23805953 /root/tmp
lsof       2033    root  cwd       DIR      253,0     4096   23805953 /root/tmp
awk        2034    root  cwd       DIR      253,0     4096   23805953 /root/tmp
lsof       2035    root  cwd       DIR      253,0     4096   23805953 /root/tmp

Tags:

Copyright © 2010-2024 4Aiur All rights reserved.
This site is using the Desk Mess Mirrored theme, v2.5, from BuyNowShop.com.