Title: Message
 
Create a windows share containing the documents you wish to access and then mount the windows share to your linux box.
 
On the RH box:
 
mkdir /mnt/docs
mount -t smbfs -o username=<DOMAIN\\username>,password=<password>   //<windows server>/<share name>   /mnt/docs
 
Ex: You have a windows user named 'john' with a password of 'changeme' in a domain called ENGR. The windows server is called DEV1 and the windows shares is called 'documents'.
 
mount -t smbfs -o username=ENGR\\john,password=changeme //DEV1/documents /mnt/docs
 
Note: If you do not supply the password option on the command line it will prompt you for it.
 
Hope this helps,
CC
-----Original Message-----
From: IS Department [mailto:[EMAIL PROTECTED]]
Sent: Friday, November 01, 2002 1:33 AM
To: [EMAIL PROTECTED]
Subject: Accessing Windows files

I have RedHat 8.0 loaded with Open Office. I want to be able to access Word/Excel documents on Windows server. What is the easiest way of accomplishing this?
 
Thanks


----------
This message contains confidential information and is intended only for the individual named. If you are not the named addressee you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. E-mail transmission cannot be guaranteed to be secure or error-free as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender therefore does not accept liability for any errors or omissions in the contents of this message, which arise as a result of e-mail transmission. If verification is required please request a hard-copy version.

Reply via email to