Displaying 1 result from an estimated 1 matches for "intercorp".
Did you mean:
intercor
2002 Jul 04
3
tail -f doesn't work on a smbfs mount
I mount a WinNT share using a samba client version 2.2.5:
smbmount -t smbfs -o username=user //ntserver/share /logs
Then I want to watch a log generated by Internet Information
Server (IIS) that grows continually:
tail -f /logs/zzz.txt
I can see the last lines in file zzz.txt the first time, but I
don't get the new lines that are appended in such file. From any
windows station I have