How would you use ssh to run xterm on plum and show the display on the local system?

What will be an ideal response?


Assuming you have the same username on both systems and an X11 server
running locally, the following command runs xterm on plum and presents
the display on the local system:

$ ssh plum xterm

You need to use the –Y option if trusted X11 forwarding is not enabled.

Computer Science & Information Technology

You might also like to view...

A USB flash drive is a(n) input device.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

In a for loop, the control variable is incremented (or decremented)

a) after the body of the loop executes b) the first time through only c) while the loop-continuation condition is false d) while the body of the loop executes

Computer Science & Information Technology

Which of the following is an example of intangible property?

A) A TV B) A song C) A house D) A notebook

Computer Science & Information Technology

Assuming that support threshold is 30%, how many candidate and fre- quent itemsets will be generated?

Consider the traffic accident data set shown in Table 7.1.

Computer Science & Information Technology