Report this

What is the reason for this report?

Setting TCSH in FreeBSD

Posted on January 16, 2018

This page https://www.digitalocean.com/community/tutorials/how-to-get-started-with-freebsd-10-1 suggests that on login, I’ll be presented with the tcsh prompt. However, the droplet is defaulting to csh.

I can locate tcsh under /bin/tcsh but using setenv in my local .cshrc file doesn’t cause this shell to be used on next login.

How and where can I set tcsh as my default please?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

You are actually using tcsh, it is the improved version of csh:

shasum /bin/tcsh /bin/csh 74d4129fb4604baf8f272e9d4a4f1be80c89be5b /bin/tcsh 74d4129fb4604baf8f272e9d4a4f1be80c89be5b /bin/csh

Use vipw to edit /etc/master.passwd and select the shell you want

Alternative includes: https://www.freebsd.org/doc/handbook/shells.html

if that is the case, why does Env report the shell as sh and why isn’t the prompt a > ?

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.