#File: sol_15

1.	telnet and rlogin for terminal sessions
	ftp and rcp for transferring files between systems

2.	telnet bhitn or rlogin bhitn
	uname -a or hostname
	rlogin doesn't require a password because we have set up an
	equivalent host system, so if a user has an account on both systems,
	they need not type a password.

3.	ftp bhitn
	put memo ftpmemo
	quit

	You must use "bin" at the ftp prompt to set binary mode.

	rcp may also be used to transfer files between systems.

4.	rsh bhitn uname -a

5.	rcp memo bhitn:rcpmemo

