LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Installed Rdesktop on Fedora 10 - How do I run it? (https://www.linuxquestions.org/questions/linux-software-2/installed-rdesktop-on-fedora-10-how-do-i-run-it-718918/)

__blaze__ 04-13-2009 10:20 PM

Installed Rdesktop on Fedora 10 - How do I run it?
 
I'm new to linux and was able to download and install rdesktop but I don't know where it installed to and/or how to run it. Please help.

bathory 04-14-2009 12:07 AM

It should be installed in /usr/bin. To verify if it's installed, run:
Code:

which rdesktop
To use it, run:
Code:

rdesktop -u user -g 90% xx.xx.xx.xx
where: user is the username of the windows user (usually it's Administrator), -g is the percentage of your screen that you want rdesktop to occupy and xx.xx.xx.xx is the ip address of the windows box you want to connect. For more details read the manpage

Regards


All times are GMT -5. The time now is 12:00 AM.