screen in FreeBSD default to csh as suppose to bash (preferred)

After changing bash shell to a new user using chsh, screen needs ~/.bashrc for environment settings, which need “ln -s ~/.bash_profile ~/.bashrc”.

Related posts:

  1. How to Change User’s Shell Environment in FreeBSD In FreeBSD, user’s default shell environment is either sh or...
  2. How to Create User with useradd in FreeBSD You can invoke “adduser” command in FreeBSD in order to...
  3. How to Lock Your Machine and Display Application Screen We have a couple monitoring applications running on our Linux...
  4. Short Cut Key to Lock Screen in Mac OSX Other than locking screen with Expose, there is another way...
  5. Mac OSX iTerm: Arrow Key Not Working in VI/VIM If your arrow keys are not working with iTerm during...
  6. Quick Screen Lock on Apple Mac OSX Locking your screen is critical when you are using your...
  7. Arrays in Bash Arrays is useful when it comes to data processing. Using...
  8. Bash: How to Echo Tab and Newline While printing out result in bash, sometime we need to...
  9. Configure Your Own screenrc file There are few shell scripts I need to run when...
  10. cron & time zone after changing time zone (tzsetup), restart cron (/etc/rc.d/cron restart) to...

Leave a Reply