- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Another emulation ...
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
Forums
Discussions
Discussions
Discussions
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
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
11-24-2005 05:06 AM
11-24-2005 05:06 AM
Another emulation ...
thanks ..Manuales
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2005 05:16 AM
11-24-2005 05:16 AM
Re: Another emulation ...
Try , # TERM=vt100 ; expor TERM
To see the current emulation check with # echo $TERM
If you mean something else , pls post some more in details.
hth,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2005 05:50 AM
11-24-2005 05:50 AM
Re: Another emulation ...
thanks Manuales.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2005 05:50 AM
11-24-2005 05:50 AM
Re: Another emulation ...
Use #export TERM=
If u want to set this emulation specifically for a user, u can include this entry in the .profile located in home dir of that particular user. Else if u want to set it common for the server, u can put the entry in the /etc/profile file.
Regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2005 05:53 AM
11-24-2005 05:53 AM
Re: Another emulation ...
again:
for example, my friend yoyo has an emulation and i have anoter emulation, i need she sees all commands i'm typing from my emulation for that reason i need take her emulation and then she will see without writte anything ok?' how can i do this?
thanks Manuales.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2005 06:11 PM
11-24-2005 06:11 PM
Re: Another emulation ...
another solution is to use the 'script' command, which will save everything (in/output) to a file, anybody should be able to follow what you did by reading that file. (though, if you use ncurses programs this will not work).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2005 05:32 AM
11-25-2005 05:32 AM
Re: Another emulation ...
I don't think so, in unix will have that facility. Only think which u can do is to use netmeeting kind of tools. Or else u use the same user login u can review the old commands typed by ur collegue by type esc+k sequence. No other go
Regards,
Sunil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2005 05:45 AM
11-25-2005 05:45 AM
Re: Another emulation ...
You need to put script command in the users .profile , and you will come to know all the commands and output of that user by viewing the file generated by script.
# vi .profile
add this
script -a filename
--------------------
For seeing what command she is typing you can open another terminal window and put this command :
# tail -f ~her_username/.sh_history
Another thing , you can use the talk command also , for quick chat purpose, unix inbuilt.
And finally Netmeeting is good , if you want to take control of others terminal window.
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2005 05:49 AM
11-25-2005 05:49 AM
Re: Another emulation ...
If you are working through GSP , both can see and work and one can take control the terminal with (^Ecf ) Ctrl+E+c+f command, at a time.
Enjoy ,
Cheers,
Raj