Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
How to run "fuser" command in Linux.When i typed "fuser" command in linux on terminal it says not found.Do i have to install it seprately
Posted
Comments
Sergey Alexandrovich Kryukov 10-Sep-12 17:48pm    
Are you sure? No mistype, not misinterpreted error message? What exactly is "not found"?
It could tell you that a file not found or something like that...
--SA

1 solution

No, you don't need to install it. Instead, please see my comment to the question. If you supply no parameter to the command line "fuser", no found it will inform you that a file not found. I suspect this is what happened — you just need to read properly. See also:
http://en.wikipedia.org/wiki/Fuser_%28Unix%29[^],
http://linux.die.net/man/1/fuser[^].

—SA
 
Share this answer
 
Comments
Tarun Batra 11-Sep-12 2:19am    
It says command not found.Sir actually i wanna to find out the exact location of file which the application is accessing,with lsof i can see a application many files,how to find the exact file location

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900