answersLogoWhite

0


Best Answer

Under Windows the command is mstsc.

Microsoft terminal server connection

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

telnet nd ssh

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the command to connect to remote terminals in unix?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

6 what is the command to connecto to remote terminals in unix?

Telnet allows clients to connect to other remote systems.


What is the command in unix to connect to remote terminals?

ssh or telnet in company environment mostly we used ssh and there is one tool called putty, through putty we can connect.


How do you connect to a database using unix command?

There isn't a generic Unix command to connect to a database. The actual commands are based on the database package you are using, such as Oracle, SyBase, etc. They each have their own commands for gaining access to the database.


Examples of multi user operating system?

Example of multi-user OS include Unix server & thin client.. In the Unix server, multiple remote users have the access to the Unix shell at the same time. In the case of thin client, multiple X WINDOW sessions are spread across various terminals. These terminals are powered by a single machine.


What is the use of execute command in unix?

There is no traditional 'execute' command in Unix.


Brief description of format command in unix?

There is no standard 'format' command in Unix.


What do CD command do in unix?

The 'CD' command is not standard for Unix. The 'cd' command, however, will change directories (folders). It is a means of navigating the Unix file system.


Which is the most commonly used command for referencing detailed information about a particular command in UNIX?

In Unix, use the 'man' command.


In unix Which command do you use to assign a socket to a specific address?

There isn't a generalized way from the command line in Unix to connect to a socket; there are socket libraries you can utilize from within the 'C' language to assign, bind, and connect to a specific socket address. For example: int connect(int s, const struct sockaddr *name, int namelen); In Linux, you can use the 'socket' command to connect to a specific socket as: socket ?options? host port Where the host is the IP address and the port is the port number (giving you the socket address).


What is the Unix command to check to see who is logged in?

The "who" command.


What is the command to get the Unix version?

cat /proc/version The above answer will only work on certain systems. For most Unix systems, use the 'uname' command to get the Unix version. AIX uses the oslevel command.


Which command is the UNIX equivalent of the windows command nslookup?

dig