Linux Today: Linux News On Internet Time.
Search Linux Today
Linux News Sections:  Developer -  High Performance -  Infrastructure -  IT Management -  Security -  Storage -
Linux Today Navigation
LT Home
Contribute
Contribute
Link to Us
Linux Jobs

Partner Sites
JustLinux.com
Linux Planet
PHPBuilder
Technology Jobs

Top White Papers

More on LinuxToday


fuser, files, and processes

Mar 30, 2009, 23:01 (0 Talkback[s])
(Other stories by Juliet Kemp)

"Basic usage is: fuser filename.txt, which will give you this output:

/home/juliet/filename.txt: 13644

That number is the ID of the process that's accessing the file. Use fuser -u filename.txt to see which user owns the process:"

Complete Story

Related Stories: