5. $ sudo vi /etc/skel/.bash_profile
# .bash_profile
# Get the aliases and functions
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
# User specific environment and startup programs
PATH=$PATH:$HOME/bin
export PATH
export PS1="[u@h W]$ "
script -afq /var/log/term/termlog_$USER.$(date +%Y%m%d%H%M%S).log
exit 0