if for example i have a word document open on a winxp machine via a samba connection, then what command at linux level can i use to find what processes have the file open, so i can kill them, also how can i kill a specific samba user. In my example if i do lsof|grep , then kill the processes that contain the file name, it looks like linux does not think the file is open, but at the windows machine i do not lose connection to the samba connection, so the windows machine thinks all is ok, so if i copied the file in question from a different machine to the server, then the orginal windows machine does a save, it would wipe out my copy, how from the linux machine can i kill the samba process for that user so they can not save that file that they have opened that i closed at linux level.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
migrated from stackoverflow.com Mar 2 '10 at 17:12
|
You can use smbstatus to list out the processes:
|
|||
|
|