- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- WATCH 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
03-26-2002 02:28 AM
03-26-2002 02:28 AM
There is a user THOM and he's connected to my server on terminal and looking into file (vi file). I could exec command WATCH -i THOM (I don't remeber it well) and I got on my terminal he's ON LINE screen. I could ingerate on he's job. We could work togheter on this file. Or I just coud watch, what he's doing (he doesn't have to know that somebody's looking what he's doing)
Is there the same possibility on HP-UX servers? Thank you for answers.
Sorry for my english.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2002 02:49 AM
03-26-2002 02:49 AM
Re: WATCH command
The following could help you:
whodo -l
Ciao
Federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2002 03:04 AM
03-26-2002 03:04 AM
Re: WATCH command
Hi
sorry but you are unable to spy in native hpux in the manner you describe. You can purchase s/w such as citrix which allows you to see his screen and monitor his activities.
the nearest you can get is
tail -f ~username/.sh_history
cheers
John.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2002 03:06 AM
03-26-2002 03:06 AM
Re: WATCH command
I want to "switch" or connect to other user's process. I want to have the same screen as a user. I want to see ON LINE what he's doing. Just like I see he's computer monitor. I don't know how can I explain it better. :-)
thanks for a responce.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2002 03:14 AM
03-26-2002 03:14 AM
SolutionVnc : see http://www.uk.research.att.com/vnc/contrib/hpux-readme.html & http://www.uk.research.att.com/vnc/
HPVC see http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=B7580AA
or HP's SharedX available as part of the Mpower web bundle - purchaseable and on the appcs CD's I beleive.
They are not the same as watch but maybe worth investigating ....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2002 03:19 AM
03-26-2002 03:19 AM
Re: WATCH command
"script -a /tmp/scan"
at your terminal execute this command "tail -f /tmp/scan"
Now at your terminal you must be able to see what he is doing.
2)Another way is using the "SharedX" to share the same window across different user.
-Vijay