hi there,i need to know how to clear active samba connections on opensuse 10.3 server(gnome)from a windows xp client running PUTTY,i use net staus sessions to check the logged on users but sometimes i would like to clear certain connections when i need to run a specific software thats in my samba shared folder.Please help me
Each user has a different smb process. Use the pkill command to kill the processes for that user.
On Mon, 2009-06-15 at 14:46 +0000, clintmoodley25 wrote:
> hi there,i need to know how to clear active samba connections on
> opensuse 10.3 server(gnome)from a windows xp client running PUTTY,i use
> net staus sessions to check the logged on users but sometimes i would
> like to clear certain connections when i need to run a specific software
> thats in my samba shared folder.Please help me
>
>
you can use smbstatus to find the process ids. Then, I suppose, you
could kill those pids (probably making some people really mad).