Displaying 1 result from an estimated 1 matches for "3d0a909c".
2002 Jun 14
2
Help: dfree command
Hi folks,
I'm trying to use a custom dfree command to have my Samba share reports
accurate disk usage, here my dfree script (I pretty much copied it right
off the smb.conf man page)
#!/bin/sh
/bin/df -k $1 | tail -1 | awk '{print $2" "$4}'
In smb.conf, I included this line:
dfree command = /usr/local/admin/samba-2.2.4/bin/dfree
This dfree command is root owned,