Feeds:
Posts
Comments

Archive for February 21st, 2008

When you open a console terminal and you get bored with your default prompt, you can change.
$ _
That is the default prompt.
$ is a prompt shell
_ is a cursor
# is a prompt shell for super user or root
Change Prompt
The command is: PS1=”your_string”
For example, I want to make my new prompt to [...]

Read Full Post »