(E-Mail Removed) wrote:
> how to connect two computers in redhat linux9. i have been using
> ethernet interface and cable to connect the two systems.
If you use a cable without any hub/switch type of device, you will need to
use a cross-over cable.
> how can i know
> they are connected
To know they are physically connected, check to see if the cables are
physically plugged into the ethernet cards on each maching. To know they
are electronically connected, most cards have link lights that will turn on
when you get an electronic connection. To know if they are connected
logically is a much more complex problem that depends on how you are
"connecting" them. The first step it to test with `ping` then move on with
what ever method you are using to logically connect them.
Many distributions have tools for setting up the network card and I am sure
that Redhat has a tool somewhere. Here is a general howto for using the
commandline when dealing with networking:
http://www.tldp.org/HOWTO/Networking...iew-HOWTO.html
> and how to share files
There are many ways in which to "share files" running from basic file
transfers (ftp, scp, rsync, http) to mounting remote filesystems (NFS and
Samba). The answer to your question depends on what you mean when you say
"share files".