Gedit/etc/bashrc
The default special symbolic meaning in the shell environment:
\d: Represents the date, in the format weekday month date, for example: "Sun Sep 18"
\h: The full host name.
For example: My machine name is: Redhat.linux, then this name is Fc4.linux
\h: Only the first name of the host is taken, as in the example above, then Redhat.linux,.linux is omitted
\ t: Display time in 24-hour format such as: HH:MM:SS
\ t: Display time in 12-hour format
\a: Display time in 24-hour format: hh:mm
\u: Current user's account name
version number information for \v:bash
\w: The full working folder name.
Home folder will be replaced by ~
\w: Use basename to get the working folder name, so only the last folder is listed
\#: The first few commands issued
\$: prompt character, assuming root. The prompt is: #. The average user is: $
\n : newline character
In accordance with the above format any changes can be
Then the SOURCE/ETC/BASHRC will be effective.
[Email protected]/mydisk/eclispe_workspace/normandy]# echo $PS 1
[\[email protected]\h \w]\$
[Email protected]/mydisk/eclispe_workspace/normandy]#
Copyright notice: This article Bo Master original article. Blog, not reproduced without consent.
Linux Terminal freckles Station information Format change/ETC/BASHRC