English English

First steps in FreeBSD Tutorial

FreeBSD is an operating system which has high security and performance standards.

It is used widely on production servers for companys, due to its reliability

How can i change the tcsh Shell Prompt?

First of all copy an example configuration file to your home directory:

cp /usr/share/skel/dot.cshrc ~/.cshrc
 

Now edit the config file suitable to your needs:

vi ~/.cshrc
 

For example your default editor can be changed in this line of this config file:

setenv EDITOR vi
 

The default shell can be changed by bash:
pkg install bash
 

Bash is easy installable on FreeBSD.

 

Categoría:

Usamos cookies en nuestro sitio web. Algunas de ellas son esenciales para el funcionamiento del sitio, mientras que otras nos ayudan a mejorar el sitio web y también la experiencia del usuario (cookies de rastreo). Puedes decidir por ti mismo si quieres permitir el uso de las cookies. Ten en cuenta que si las rechazas, puede que no puedas usar todas las funcionalidades del sitio web.