Tagged Questions
The fuser tag has no wiki summary.
5
votes
5answers
6k views
Files being used by a unix process
The fuser command lets me know which processes are using a file or directory.
I'm looking for command that does the opposite: lets me know which files are being used by a process.
Update
Forgot ...
1
vote
2answers
92 views
specifying IPv6 addresses to fuser
Using CentoS 5.5.
I have an Apache 2.x server running on port 9999 and I am trying to find it using fuser.
I can find it using netstat, i.e.:
netstat -an | grep 9999
outputs:
tcp 0 0 ...
0
votes
1answer
196 views
how does fuser report on sockets as non-root user?
I'm trying to use fuser to find the pids of processes I own which have certain TCP ports open.
In the fuser man page it says:
... The most common time this problem occurs is when looking for TCP or ...
0
votes
3answers
439 views
Why does sshfs cause these emacs artifacts?
After opening a file in emacs (over an ssh tunneled, sshfs mounted file system) I get symbolic links like this:
.#jobid.php -> ddh@localhost.localdomain.31678:1260471633
We have determined that ...