how I create my .profile

Hello Sir,

 I m new user in unix.Please help me to create my dot profile.

Hi Nirmal,

You wrote;

"Hello Sir,

I m new user in unix.Please help me to create my dot profile".

Q1 Is this a new OS install or build?

(Use man pages before running any commands)

Example

bash-2.05$ man ls
Reformatting page. Please Wait... done

User Commands ls(1)

NAME
ls - list contents of directory

Have you tried the following command, type the following;

bash-2.05$ ls -al | more

You should already have a .profile listed, in your home directory.

I hope this is of help

Jnike