Edward Parrilla said: > Hi all, > I have created this line in my .bash_profile > > PS1="{${HOSTNAME}"':${PWD}}' > export PS1 > > However when I initiate my term session it does not show the host name, > nor the PWD. > What could be wrong? Probably. Try: man bash I get: PS1="\h:\W " to get the output you desire. Your way looks more like the old Korn Shell (ksh), almost. I like: PS1="[\u@\h \W]\\$ " (RH default, something they did right. ;) -- Scott - : send the line "unsubscribe linux-admin" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html