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