Re: [Samba] Help: dfree command

2002-06-15 Thread Joel Hammer
What happens when you try to run the dfree command directly? eg: /usr/local/admin/samba-2.2.4/bin/dfree Maybe you didn't set the executable flag on the dfree script? If you don't know what I mean, post the output of: ls -al /usr/local/admin/samba-2.2.4/bin/dfree Joel On Fri, Jun 14, 2002 at

[Samba] Help: dfree command

2002-06-14 Thread Desmond Quek
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: