alias doesn't work on solaris.
solaris10 use shell sh default,so alias doesn't work.we can change the shell to bash by edit /etc/passwd to make it effect.
like :oracle:x:100:101::/dms01/app:/bin/bash ,and then append the define of alias into .profile ,it would be permanent.
like:
alias bdump='cd /dms01/app/admin/dms/bdump'
alias home='cd $ORACLE_HOME'
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/21993926/viewspace-722109/,如需转载,请注明出处,否则将追究法律责任。