Search Results

Search: Posts Made By: johnmmcparland
Forum: Programming 01-28-2010
7,750
Posted By johnmmcparland
Thanks for the reply. Unfortunately however...
Thanks for the reply. Unfortunately however anything that requires interaction won't work inside the process running on the local machine.

The only other solution I have is for the remote...
Forum: Programming 01-27-2010
7,750
Posted By johnmmcparland
I found a potential solution to my problem by...
I found a potential solution to my problem by using a shell command;

ssh hostname 'ps -xu username | grep -i processname'and I even got this working in a C++ program


#include <cstdio>...
Forum: Programming 01-26-2010
7,750
Posted By johnmmcparland
Hi jim, thanks for the reply. The other...
Hi jim,

thanks for the reply. The other account is logged in and running a different process on a different machine.

So:

Machine A: running my program as user admin
Machine B: running some...
Forum: Programming 01-26-2010
7,750
Posted By johnmmcparland
Check if user logged into remote machine via C++ / Java
Hi,

I have a program running on HP-UX and it must checkwhether a user has already logged-in to another machine. The hostname of the other machine is known when the check has to be made.

Is...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 02:07 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy