- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: X-term pop up
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-05-2003 07:30 AM
тАО06-05-2003 07:30 AM
X-term pop up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-05-2003 07:37 AM
тАО06-05-2003 07:37 AM
Re: X-term pop up
add the command to $HOME/.dt/sessions/sessionetc
you may need to create the file, make it executable , log out of cde then back in ... does this work ?
ps post the syntax of the exec here I'll have a play tomorrow .... is it in ""'s ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-05-2003 07:54 AM
тАО06-05-2003 07:54 AM
Re: X-term pop up
xterm -exec "env | grep -i disp"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-05-2003 12:01 PM
тАО06-05-2003 12:01 PM
Re: X-term pop up
currently no X available, but I try it anyway (not validated ) ...
xterm -title $DISPLAY -exec 'echo Display: $DISPLAY ; /bin/sh'
Volker
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-05-2003 11:28 PM
тАО06-05-2003 11:28 PM
Re: X-term pop up
xterm -e /bin/sh -c "echo $DISPLAY;sleep 10000000" &
or
xterm -e /bin/sh -c "echo $DISPLAY;while :;do^Jsleep 1^Jdone" &
should do it.
rgds, Robin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-05-2003 11:55 PM
тАО06-05-2003 11:55 PM
Re: X-term pop up
my guess:
IP=$( grep 'hostname' /etc/hosts | awk '{ print $1 }' )
nohup xterm -e /bin/sh -c "banner $IP; read a" &
and it will stay there untill you pres enter !
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2003 04:41 AM
тАО06-06-2003 04:41 AM
Re: X-term pop up
Somthing like
PS1=$DISPLAY"> "