2 [ -f /etc
/banner ] && cat /etc
/banner
4 export PATH
=/bin
:/sbin
:/usr
/bin
:/usr
/sbin
5 export PS1
='\u@\h:\w\$ '
8 [ -x /usr
/bin
/vim
] ||
alias vim
=vi
10 arp
() { cat /proc
/net
/arp
; }
11 ldd
() { LD_TRACE_LOADED_OBJECTS
=1 $
*; }
12 reboot
() { ifdown wan
2>&1 >/dev
/null
; /sbin
/reboot
; }
This page took 0.038344 seconds and 5 git commands to generate.