shell commands
put below in .bashrc for ease of use
alias master="ssh prkale@10.65.198.104
alias ride="/Users/prkale/Downloads/ride-5.2.1-mac64/eclipse&"
alias sts="/Users/prkale/springsource/sts-3.5.0.RELEASE/sts&"
ps -ef
-e option gives all the processes in system. else it gives only the process belonging to the same user who is issuing command
-f is full format listing
recursively finds file
find . -name "filename"
get linux version
lsb stands for linux standard base
lsb_release -a