Gert I see you are using pwd command to display where in directory tree you currently pointing There is a way to configure FBSD to display the directory path as a prefix in front of the command line so you know where you are at in the directory tree at all times, thus eliminating the need to use the pwd command. Issue following command from command line
set prompt = "# %/ >" # that's "#space%/space>" /root/.cshrc gets executed when you log on as root. Find and change the set prompt command in .cshrc to the one above and you will never have to use the pwd command again. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Gert Cuykens Sent: Saturday, April 09, 2005 7:04 PM To: freebsd-questions@freebsd.org Subject: egetty Where can i find egetty ? TB-14R pwd /usr/ports TB-14R make search key=egetty TB-14R _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]" _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"