|
|
|
|
UGU: Unix Guru Universe - Unix Tip #4373- March 1, 2024
- Home : Help
: Today's Tip
Unix Tip #4373- March 1, 2024
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
NOTE: All tips provided are USE AT YOUR OWN RISK. Tips are submitted
by various unix admins around the globe. UGU suggest you read and
test each tip in a non-volitile environment before placing into
production.
LAST 5 TIPS
4372
- SOLARIS PROCESSOR COUNT
4371
- MOVING FILES WITH CPIO
4370
- CHECKI FOR FULL FILESYSTEMS
4369
- SUPPLIMENT: DAYLIGHT SAVINGS TIME
4368
- ADJUSTING FILES TIMES
I want to
SUBSCRIBE
and get a UGU Tip everyday.
I want to
UNSUBSCRIBE
and NOT get a UGU Tip everyday.
If you have a UNIX TIP let us know, we just may use it:
(All tips become the property of the Unix Guru Universe)
|
|
|
Copyright 1994-2024 Unix Guru Universe |
|
|
|
|