truc nguyen wrote:

After I  edit smb.conf. Can you tell me
- What linux commands to view the shared files in XP
(C:\network)
- What linux commands to enable the shared file
/home/net/temp
- How Win XP view shared files in /home/net/temp

Thanks,


You can mount the remote filesystem....


mount -t smbfs -o usename=WindowsUser,password=WindowPass //WinXPmachine/sharename /mnt/mountpoint

Or you can use smbclient to see the shares, and access them (like command line ftp)

man mount
man smbmount
man smbclient

--
By-Tor.com
It's all about the Rush
http://www.by-tor.com


-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to