How to change “-bash-*”?
If you are seeing this in your bash (SSH), It makes it tough to navigate through SSH since it doesn't give you much information. [code]-bash-3.2#[/code] To fix that, you can simply type this in your SSH when logged in: [code]PS1="[\u@\h \W]\$ "[/code]