Forrest logo
back to context overview

rdesktop

List of commands for rdesktop:

  • rdesktop:tldr:62d15 rdesktop: Connect to a remote computer using domain user.
    $ rdesktop -u ${username} -p ${password} -d ${domainname} ${host:port}
    try on your machine
    explain this command
  • rdesktop:tldr:b26ce rdesktop: Use the customed resolution (use the letter 'x' between the number).
    $ rdesktop -u ${username} -p ${password} -g 1366x768 ${host:port}
    try on your machine
    explain this command
  • rdesktop:tldr:b40c6 rdesktop: Connect to a remote computer with full screen (press `Ctrl + Alt + Enter` to exist).
    $ rdesktop -u ${username} -p ${password} -f ${host:port}
    try on your machine
    explain this command
  • rdesktop:tldr:be7aa rdesktop: Connect to a remote computer (default port is 3389).
    $ rdesktop -u ${username} -p ${password} ${host:port}
    try on your machine
    explain this command
  • rdesktop:tldr:cb8fb rdesktop: Use the 16-bit color (speed up).
    $ rdesktop -u ${username} -p ${password} -a 16 ${host:port}
    try on your machine
    explain this command
  • rdesktop:tldr:e6472 rdesktop: Simple Examples.
    $ rdesktop -u Administrator -p passwd123 192.168.1.111:3389
    try on your machine
    explain this command
back to context overview