A script to tell which workstations are using Samba shares
Posted by: Anonymous
[ip: 192.168.3.70]
on October 03, 2007 10:42 AM
instead of using lsof, ps and so on, try to use smbstatus, normally it tells you the pc name, username, and all open shares. Examine AWK in a little detail and you can leave grep out. I also noticed the usefulness of awk not long ago.
A script to tell which workstations are using Samba shares
Posted by: Anonymous [ip: 192.168.3.70] on October 03, 2007 10:42 AMGreg
#