Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
UNIX open files
Name: AMMA Date: January 11, 2003 at 22:48:02 Pacific OS: WIN 2000 CPU/Ram: P4/256
Comment:
How can I find the open files in Unix server? I have 20 Win XP machines connected to Unix server. I want to know which user has what files open? Appreciate the help Thanks dan Klavil
Name: Jake Date: January 12, 2003 at 17:01:38 Pacific
Reply:
In Linux you can use the fuser command.
0
Response Number 2
Name: Frank Date: January 14, 2003 at 04:15:25 Pacific
Reply:
Also on Linux would be the use of fuser not the easy one for this question. fuser would return only the PID. Based on the PID you got you would try to find the socket for this process. Based on the socket you would find the IP address. It is a long way and not the best soulution.
I would suggest to use the lsof command.
If it is not installed you can try to find it on: http://ciac.llnl.gov/ciac/ToolsUnixGeneral.html
Summary: Does anyone know how to run backup without having it return an error (>0)if it encounters an open file. Currently I am doing the backup by "find . | backup.." I know that some of the files are open,...
Summary: I have a unix volume(AIX4.2) mounted on NDS Netware 4.1. and mapped to a drive. In windows 95 or NT4, i can open text/csv etc files in wordpad, but to open them with office 97 apps, i need to open the...