Breadcrumbs 
Learning >> Documentation >> Configuring the Shell >> Changing command prompt
 
Recent News
We're No 1!
We've reached the top! (Of Google!)
[ more ]
Firefox 3 Download Day
Firefox 3 has been officially released and is looking to set a world record for the most downloaded piece of software in 24hrs.
[ more ]
SSL Renewed
SSL cert has been renewed by the admin team.
[ more ]
Changing the command prompt
Changing the command prompt

When you log on, you see a prompt on the left-hand side of your screen like this:

user@machine:~$

The 'user' is your username, 'machine' is the name of the machine, '~' is the directory you're currently in (your home directory) and $ tells you that you are an ordinary user (not the superuser, who has #). An example:

cyan@frink:~$

This prompt is completely configurable. You can do things like add the date and time, or add colours to make it stand out. However, the process is fairly complicated (certainly not for beginners). So if you're interested in changing your prompt, I suggest you search on google for "change bash prompt".