- [root@localhost chroot]# nano /root/.profile
- [root@localhost chroot]# cat /root/.profile
- alias history='(n=0; while read x; do n=$((n+1)); echo "$n $x"; done) < ${HOME}/.ash_history'
- [root@localhost chroot]# ls -l /root/.profile
- -rw-r--r-- 1 root root 94 2010-02-03 12:19 /root/.profile
- [root@localhost chroot]# ./chroot-here.sh --noscreen --nomount
- / # history
- /bin/sh: history: not found
- / #
