Red HatThis forum is for the discussion of Red Hat Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have a server enabled with X!! fowarding. I would like to execute a program on the serverbox with a linx machine. HOw would I do that via the command prompt?
use "xhost" to tell your local machine who to accept connections from. ssh or telnet to the remote machine. run the app. that's normally all there is to it.
$ ssh -X username@box (use ip addr if necessary)
$ xterm & (brings up whatever application you want on the client machine from the server. In this case. xterm)
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.