pratiktest
7/5/2016 - 5:51 AM

shell commands

shell commands

alias

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

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

find

recursively finds file

find . -name "filename"

version

get linux version

lsb stands for linux standard base

lsb_release -a