netstat 
man limits

cksum
gzip -d file
gunzip file
rm -rf 

pfiles
prstat -s cpu -n

gzip -dc CSE-nt.tar.gz | tar xfov -
tar cvf utl.tar *

stty earse ^H
stty erase ^?

du -sk * | sort -nr | more

tar cvf cse.tar MAG/*.cpp include/*.h iscpcom/*.cpp libDapi/*.cpp libDbCache Makefile gs libMagAsn libMagic libMagicServer libVas vascomm

tar cvf tools.tar */*.cpp */*.h */*.pc Makefile */Makefile

/usr/bin/ndd -help

truss -d mag > &! truss.log
http://www.scit.wlv.ac.uk/cgi-bin/mansec?1+truss

netstat - sockets
ipcs	- 

pfiles	- open socket for proc


proc  like top

sysconf

ifconfig -a

ngrep host 192.168.0.23
ngrep -d eri0 port 5060

prstat

cvsrelsteve

ulimit

 pflags
           Print the /proc tracing flags, the  pending  and  held
           signals,  and  other /proc status information for each
           lwp in each process.

     pcred Print the credentials (effective, real, saved UIDs and
           GIDs) of each process.

     pldd  List the dynamic libraries linked into  each  process,
           including  shared  objects  explicitly  attached using

SunOS 5.9            Last change: 7 Aug 2002                    1

User Commands                                             proc(1)

           dlopen(3DL). See also ldd(1).

     psig  List the signal actions and handlers of each  process.
           See signal(3HEAD).

     pstack
           Print a hex+symbolic stack trace for each lwp in  each
           process.

     pfiles
           Report fstat(2) and fcntl(2) information for all  open
           files in each process.

     pwdx  Print the current working directory of each process.

     pstop Stop each process (PR_REQUESTED stop).

     prun  Set each process running (inverse of pstop).

     pwait Wait for all of the specified processes to terminate.

     ptree Print the process trees containing the specified  pids
           or  users,  with  child  processes indented from their
           respective parent processes. An argument of all digits
           is  taken  to be a process-id, otherwise it is assumed
           to be a user login name. Default is all processes.

     ptime Time the command, like time(1), but  using  microstate
           accounting for reproducible precision. Unlike time(1),


truss -  trace system calls and signals



gcore - get core images of running processes

ngrep Basic Packet Sniffing

mpstat - report per-processor or  per-processor-set  statis-
     tics

llm -P 59708 -B1 -s -L INFO

vmstat
iostat

quota -v elazaris
du -sk
quotacheck -k elazaris
/usr/sbin/quota -v elazaris

find .  -name "server.xml" | xargs  egerp Connector

uname

du -sh *  /* size of directory */

 handle SIGUSR ignore


wireshark - ethreal and similar to ngrep but with gui

egrep 'Rx| Tx' mag.log

find . -name "*.cpp" |xargs perl -i -pe 's/msg.mhMsg/msg.getAppMessageHandle()/g'
