UNIX GURU UNIVERSE
UNIX HOT TIP
Unix Tip 2380 - July 8, 2005
http://www.ugu.com/sui/ugu/show?tip.today
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
SHELL PROMPT CONTROL
Shell prompts to identify
system and logged in users.
The entries can be made in
the /etc/profiles file that TELNET and interactive terminal logins use.
If your SHELL=/bin/sh
#for example SOLARIS
PS1="`hostname1{$LOGNAME} "
If your SHELL=/bin/bash
# for example Linux
PS1='\h:\w\$ '
If your SHELL=/bin/zsh
PS1="%m"%~%# "
The details of environment
variable assignments are usually
documented in the man pages for
the shell being used.
You may wish to test the substitutions by spawning a subshell (issuing the sh, bash, zsh, ksh, ash or other shell command), then perform the environment variable substitution assignments and see what happens.
When you are satisfied with the results, then place appropriate entries in the etc/profile or
startup script for your favorite shell program.
This tip generously supported by:
Steven.J.Hathaway@state.or.us
--------------------------------------------------------------------------
To Subscribe: http://www.ugu.com/sui/ugu/show?tip.subscribe
To Unsubscribe: http://www.ugu.com/sui/ugu/show?tip.unsubscribe
To Submit A Tip: http://www.ugu.com/sui/ugu/show?tip.today
==========================================================================
DISCLAIMER: All UNIX HOT TIPS ARE OWNED BY THE UNIX GURU UNIVERSE AND ARE
NOT TO BE SOLD, PRINTED OR USED WITHOUT THE WRITTEN CONSENT OF THE UNIX
GURU UNIVERSE. ALL TIPS ARE "USE AT YOUR OWN RISK". UGU ADVISES THAT
ALL TIPS BE TESTED IN A NON-PRODUCTION DEVELOPMENT ENVIRONMENT FIRST.
Unix Guru Universe - www.ugu.com - tips@ugu.com - Copyright 1994-2001
==========================================================================
Tidak ada komentar:
Posting Komentar