Displaying 1 result from an estimated 1 matches for "liste_logs_win".
2005 Dec 22
2
SMB problem
Hi,
i''ve a script on domU that''s :
cat < liste_logs_win.txt | while true
do
- mount a win folder via smbmount (//SERVER_NAME/C$)
- copy a file (cp /mntpoint/WINNT/SYSTEM32/LOGFILES/W3SVC9/file.txt
/tmp)
- umount the mount point (smbmount /mountpoint)
done
in liste_logs_win.txt, i''ve near 10 lines like this :
SERVER_NAME|c$|WINNT...