Monday, December 3, 2012

Encrypt files in UNIX

Openssl can be used to encrypt UNIX files. more information, example of openssl in progress.
man openssl in unix box.

encrypt can also be used in unix to encrypt  files in unix

List only Directory in UNIX

How to List Only Directory in UNIX
-------------------------------------------
Use the following command to list only directory structure or only directory

ls -al grep '^d'

This will list only directory