You can use the smbclient command to just access a share or smbmount to mount a share in a local directory.
examples: smbclient //machine/share <password [optional]> -U <user> -I <ip [optional]> or smbmount //machine/share /mnt/share -o username=<user>,password=<pass> PS: the -o in smbmount is optional. [ ]'s Fernando Henrique Giorgetti [EMAIL PROTECTED] Depto. de Tecnologia http://www.gruponet.com.br On Mon, 8 Apr 2002 17:41:46 +0530 "Arun Shrimali" <[EMAIL PROTECTED]> wrote: > Dear Friends, > > I am new to Samba. > How do I access from a linux box to a folder (shared) in any > widows m/c in my network ??? > > can any body help me to this simple question ......... > > Arun > > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba -- To unsubscribe from this list go to the following URL and read the instructions: http://lists.samba.org/mailman/listinfo/samba
