Articles hints,tips&tricks,howtos and guides related to UNIX System Administration
update admin admin password
# ps -ef | grep process | grep -v grep | awk '{system("kill -9 " $2)}'