On Fri, 3 Dec 2004 13:39:48 -0600
Cindy wrote:

> On Friday 03 December 2004 1:32 pm, Chad Martin wrote:
> >  easiest way to do it would be to use the ssh client to connect to
> >  it, giving you a command line shell in that machine.  The command
> >  is:
> >
> >  ssh -x [EMAIL PROTECTED]
> >
> >  Fill in the username for the user you want to connect as, and the
> >  xxx with that machine's IP address.
> >
> WOOHOO!!! It worked!  Thank YOU!
> 
> Now, I'll figure out NFS and/or SAMBA.  At least I know what terms to
> look for in the VOLUMES of info there is on Linux out there.

Note that you won't need Samba, unless you plan to use your machine as a
file server for windows machines. You can mount windows shares using
smbmount or with ordinary mount command, provided your kernel supports
smbfs. Try something like this:

mount -t smbfs //cripple/shareddir /mnt/windows -o username=cindy

...of course, replace the placeholders with real names, where:
cripple = SMB name of the machine, as shown in the "network
identification" tab of "system configuration"
shareddir = name of a real shared directory
/mnt/windows - you can call this one whatever you like, only take care
that the directory with this name already exists when you issue the
command above.
cindy = your username _on the windows machine_; or any user account that
is allowed to access the shared directory.

Do this as root, and with some luck it will work (it's not that
reliable, sometimes it will work and sometimes not, I still haven't
found out what's causing this behaviour).

In order to share files between linux machines, use nfs. In order to
access files on a linux machine from both windows and linux, configure
an ftp server.

Someone told me recently that it's possible to mount directories on
remote machines with ssh. I haven't had time to check that out yet, but
that sound promising (easy and transparent).

Cheers

-- 
Horror Vacui

Registered Linux user #257714

Go get yourself... counted: http://counter.li.org/
- and keep following the GNU.


------------------------ Yahoo! Groups Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/0XFolB/TM
--------------------------------------------------------------------~-> 

To unsubscribe from this list, please email [EMAIL PROTECTED] & you will be 
removed. 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/LINUX_Newbies/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to