[comp.unix.shell] Ftp / Tcsh ?

rganesh@nu.cs.fsu.edu (Ganesh Rangarajan) (10/02/90)

Thanks to all who replied to my question on ftp and tcsh problem.
It was indeed /etc/shells which was missing on our machines.  Maybe
ftp defaults to csh when there is no /etc/shells.

Ganesh
--

------------------------------------------------------------------------------
Ganesh Rangarajan                          Internet: rganesh@nu.cs.fsu.edu
System Support Group                                 postmaster@cs.fsu.edu
Florida State Univ., Tallahassee, Fl 32306           root@gauss.math.fsu.edu
Off: 11 Lov (904)-644-2296/7339            Bitnet:   ganesh@fsu.bitnet
------------------------------------------------------------------------------

guy@auspex.auspex.com (Guy Harris) (10/04/90)

>Maybe ftp defaults to csh when there is no /etc/shells.

On most, if not all, systems, it defaults to

	/bin/sh
	/bin/csh

when there's no "/etc/shells"; I certainly hope nobody leaves "/bin/sh"
out of that list....