- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Like script command
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
05-23-2008 12:33 AM
05-23-2008 12:33 AM
I need the command for the following scenario.
I am executing some commands for demonstration in one terminal and the user who has logged in another terminal should be able to see what i am running currently or doing currently.
I tried script command but it creates the file only after i exit the shell.
I want the file to be dynamic somehow.
Any help please !!
thanks!!
regards,
sanwin.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2008 12:45 AM
05-23-2008 12:45 AM
Re: Like script command
1) Share the client window (e.g. if you are using a terminal emulator from windows use something like netmeeting ...)
2) Connect over the MP to the console. The console will be shared - one user have write access, other users can only read at a time.
Well, it depends if you want to grant this access to the other user.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2008 01:04 AM
05-23-2008 01:04 AM
Solutionwhat /usr/bin/script
/usr/bin/script:
$Revision: B.11.11_LR
Fri Oct 27 00:41:13 PDT 2000 $
x1> script -a /tmp/toto
x2> tail -f /tmp/toto
x1> ls /tmp
toto tatat titi
x2> "
x1> ls /tmp
toto tatat titi
"
The delay is only 1 second.
Else you have sharedX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2008 01:13 AM
05-23-2008 01:13 AM
Re: Like script command
Thanks Torsten for your reply!!
regards,
sanwin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2008 01:17 AM
05-23-2008 01:17 AM
Re: Like script command
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1234080
so I thought you are looking for other methods.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!
