Problem: To kill all the running java process in linux
Solution : killall java
Solution : killall java
[root@mydesktop build]# echo $PS1 [\u@\h \W]\$To change value:
[root@mydesktop build]#export PS1='[\u@dragon \W]\$' [root@dragon build]#
[root@dragon ~]#cat .bashrc
# .bashrc
# User specific aliases and functions
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
export PS1='[\u@dragon \W]\$'