PS1

From OpenVZ Virtuozzo Containers Wiki
Revision as of 15:34, 7 June 2008 by Mrjcleaver (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

If you want to show the current VEID in your unix prompt:

 export PS1="[\u@\h(\`cut -d' ' -f8 < /proc/vz/veinfo | sort -n | tr '\n' ' ' \` ) \w]\$"

This shows the current VE number for a CT or all active VEs for the host.