Guest
Public paste!

Untitled

By: a guest | Feb 3rd, 2010 | Syntax: None | Size: 0.40 KB | Hits: 42 | Expires: Never
Copy text to clipboard
  1. [root@localhost chroot]# nano /root/.profile
  2. [root@localhost chroot]# cat /root/.profile
  3. alias history='(n=0; while read x; do n=$((n+1)); echo "$n $x"; done) < ${HOME}/.ash_history'
  4. [root@localhost chroot]# ls -l /root/.profile
  5. -rw-r--r-- 1 root root 94 2010-02-03 12:19 /root/.profile
  6. [root@localhost chroot]# ./chroot-here.sh --noscreen --nomount
  7. / # history
  8. /bin/sh: history: not found
  9. / #