Unix

This section has the stuffs which are common on all the unix systems.

ldd - prints the shared libraries required by each program or shared library specified on the command line.

To unzip to a different folder an gzip archive

 # gzip -d -c /cdrom/netbacku.gz | (cd /stage; tar xf - )