2 [ -f /etc
/banner ] && cat /etc
/banner
4 export PATH
=/bin
:/sbin
:/usr
/bin
:/usr
/sbin
5 export PS1
='\u@\h:\w\$ '
10 arp
() { cat /proc
/net
/arp
; }
11 ldd
() { LD_TRACE_LOADED_OBJECTS
=1 $
*; }
This page took 0.044582 seconds and 5 git commands to generate.